Skip to content

sbweins/FSW-Text-Based-Adventure

 
 

Repository files navigation

🌬 ❄️ 🐺 🦫 Text-Based-Adventure Game - Narnia! 🦫 🐺 ❄️ 🌬

This project was built with javascript as a text based adventure game that you can play in terminal!

My Trello project link: Trello

Instructions to run this code:

  1. Git clone this repo
  2. Open up the code in VSCode or your choice of IDE
  3. Run npm install to install dependencies that this project uses
  4. Run node textBasedAdventure.js
  5. Play!

Gamegif

console.log("Hello there! Welcome to Narnia!")

if (readlineSync.keyInYNStrict("Would you like to explore the world of Narnia? (Please type Y or N)")) {
    play()
}
else {
    leaveGame()
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%