1 / 12

Rapid Adventure Game Development (RAGD)

Gerard Whyte. Rapid Adventure Game Development (RAGD). What is an adventure game?. Current Offerings. AGAST, AGI, AGS, AM, Bermuda, InterAx, IndyJava, Lixoo, MAD, SCI Studio, SLUDGE, STACK, Visionaire, Wintermute.... Scripting Languages. Unintuitive Development Tools. InterAx. Wintermute.

Télécharger la présentation

Rapid Adventure Game Development (RAGD)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Gerard Whyte Rapid Adventure Game Development (RAGD)

  2. What is an adventure game?

  3. Current Offerings • AGAST, AGI, AGS, AM, Bermuda, InterAx, IndyJava, Lixoo, MAD, SCI Studio, SLUDGE, STACK, Visionaire, Wintermute.... • Scripting Languages. • Unintuitive Development Tools.

  4. InterAx

  5. Wintermute

  6. No Technical Expertise Needed • A scripting language leads to... • A steep learning curve. • Lots of copy and paste. • Time wasted. • Errors. • All of the above.

  7. Think Of The User, Not The Computer. • Designing the game from the viewpoint of the player. • Not worrying about implementation peculiarities. • Thinking about the game, and nothing but the game.

  8. Separating Design From Implementation • Describe the game using the IDE. • Creates an XML description. • Translated into a file an engine can use.

  9. One Description, Multiple Possibilities • Everything but the description is expendable. • An engine updates, but the game doesn't change. • Better engine, no problem.

  10. What's in a game? • Scenes • Characters • Walks, talks and can hold items. • Items • Can't walk, can't talk, but can be picked up. • Hot Areas • Only seen and interacted with.

  11. Interaction and Reaction • Events • When stuff happens. • Actions • What happens. • Constraints • Whether it should happen.

  12. Demonstration

More Related