An amnesiac adventure!
Home | Instructions | The Story | Details | About Us
Dungeon Crawler (patent pending) is built in pygame. It works on a 15 millisecond tick system that takes the last keyboard command entered at the end of each tick and uses that as the player's action for the next tick. It is essentially a realtime turn-based system. The exact class structure is described in the following UML diagram.