QuestKit - Documentation

Under development! Nothing much to see here yet…

QuestKit is a tool for creating text adventure games with a parser.

Example

title: QuestKit demo --- location: room description: This is a simple example of a room in QuestKit. south: another room --- object: book look: This is an object. You can pick me up and drop me somewhere else. take: true --- location: another room description: This is another room.

Edit example in ScratchPad →

Contributing

Development Roadmap

You can also discuss QuestKit at the forum.

QuestKit is completely open source, including this documentation! The source code and documentation both live on GitHub (documentation is in the gh-pages branch).

Things to document