/text-adventure

📝 Command line text game with multiple random events.

Primary LanguageJavaScript

Text Adventure

Command line text game with multiple random events.

Getting Started

Install dependencies with npm install.

Gameplay

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.

Features

  1. A huge interactive world! ...okay fine, it's a text based looping map, but you can move around!
  2. Random events! - Fight monsters, journey on quests...
  3. A map! - Be able to see where you are.
  4. Inventory! - Put things into your virtual text based backpack!
  5. Quit! - Exit the game when you are too immersed and scared.