World
A 2D tile-based world exploration engine with the ability to load, replay, and save the world generated from a seed and each new iteration of a world generates a randomized maze with randomized themes, randomized hallways, and randomized rooms where an avatar can move with WASD
Themes
Each new iteration of a game generates a randomized maze with:
- randomized themes
- randomized hallways
- randomized rooms
Commands
- New Game (N) - To generate a new world, type in “N” and then you choice of a sequence of numbers and finally “S” (can either be uppercase or lowercase)
- Load Game (L) - Loads your last saved game
- Replay (R) - Replays your last saved game
- Quit (Q) - Exits game
- :q - Saves the game
- WASD - Moves up, left, down, right
- Move the mouse over specific tiles and it’ll show what that tile is