/minesweeper-nodejs

Minesweeper game built in node.js for terminal.

Primary LanguageJavaScript

alt text

minesweeper-node.js

Minesweeper game built in node.js for terminal.

Usage

Fork the repo to your github.com account. Clone to your local machine.

cd minesweeper-nodejs
node index.js

Instructions

Use the arrow keys to move around the mine field. Press space to uncover a square. Press m to mark or unmark a sqaure. Press r to restart, n for new game, and ctrl + c to quit.