Command line text game with multiple random events.
Install dependencies with npm install
.
Run the game with node index.js
, this will put you into an interactive terminal where you can type h
, or help
to see all the commands for the game.
- A huge interactive world! ...okay fine, it's a text based looping map, but you can move around!
- Random events! - Fight monsters, journey on quests...
- A map! - Be able to see where you are.
- Inventory! - Put things into your virtual text based backpack!
- Quit! - Exit the game when you are too immersed and scared.