capstone is a command line interface (CLI) game where you take control of a monkey on a quest to reach the star. Can you guide the monkey to victory?
- specific commands to move the monkey through the game grid.
- The objective is to navigate the monkey to the star symbol to win the game.
- Beware of hidden spiders along the way! If the monkey encounters a spider, it's game over.
- However, there is hope! If the monkey finds a hidden sword, it gains power and can overcome spiders.
- Challenging CLI-based gameplay with simple controls and commands.
- Randomized placement of spiders and swords, creating a unique experience in each playthrough.
- Exciting power-up mechanic with hidden swords to discover.
Before you run, make sure you have node.js (includes NPM).
- clone repo
npm install
npm run Grid.js
- JavaScript (Node.js).
This CLI game was developed as a capstone project by Malik Dinar A S . Contributions and improvements are welcome.