Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 634 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 634 Bytes

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 -.-