Project needs to be rebuilt
A JS project from codecademy, learning to code.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What you need:
- Download and install node.js
- Windows: Download and install git bash
- Download the code
- Extract the zip file if needed
- Open Terminal (git bash for windows)
- cd into cc-minesweeper/src
- Use node.js to run Minesweeper! (see /src/game.js for info)
cd ~/cc-minesweeper/src
node minesweeper.js
- JavaScript - Base Language
- rakaw - Initial work - rakaw
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to Codecademy for teaching me how to build minesweeper!
- Thanks to Purplebooth for the README.md template