Skip to content

minesweeper/minesweeper-react

Repository files navigation

minesweeper in react

npm install
./bin/watch

interacting with the game from js console

g = games[0];
g.reveal([1, 2]);
g.mark([2, 3])

About

A minesweeper implementation in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published