Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 558 Bytes

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.