/deathmaze

Experimental clone of the Costikyan game.

Primary LanguageJava

DEATHMAZE

Instructions

Arrow keys to move (position is indicated in yellow). Spacebar acts on objects in the room (currently just the dungeon entrance which quits).

Moving out of the maze produces an new room. Z rotates the new room, and spacebar places the room.

Credits

Credit to Greg Costikyan for the original Deathmaze. This has no license because I need to talk to him anyways before this gets good.

Development

  • Build: mvn package
  • Test: mvn test
  • Run: java -jar target/deathmaze-*.jar

Maybe be careful of version numbers -.-