jcristol / minesweeper-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minesweeper

Installation

It assumes you have the latest node and yarn installed.

yarn install
yarn dev
open http://localhost:3000

Rules

The rules are pretty simple (try to play with the demo):

  • Player can left click to reveal square.
  • Player can right click to flag square as mine.
  • The number tells how many mines are in the immediate neighborhood.
  • The goal is to reveal or flag all squares without revealing a mine.

About


Languages

Language:JavaScript 100.0%