Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-11-13 | 770 Bytes | |
DungeonCrawler.jar | 2013-11-13 | 48.7 kB | |
Totals: 2 Items | 49.5 kB | 0 |
Must be run from the command line for whatever reason. I dunno, ask Netbeans. If you try to run the JAR directly, it just gives an error that it couldn't find the main class which is bogus because I defined one in Netbeans. Meh, I'll probably find my stupid mistake later. Features: *Randomly generated dungeon. *Block room prohibits player from entering. *Empty room allows play to enter. *Treasure room gives unique notification on entering. *Rooms are unlit (hidden) by default. *Players reveal rooms they occupy. *Torches reveal rooms they occupy. *Players may place unlimited torches [place torch] (debug). *Players may move from room to room [move (east/west/north/south)]. *Move command shortcut buttons. *Notification area indicates player actions.