Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 751 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 751 Bytes

React Minesweeper

A React clone of Minesweeper.

Demo

Screenshot

Development

$ git clone https://github.com/saitoxu/react-minesweeper.git
$ cd react-minesweeper
$ yarn install
$ yarn start

Contributing

Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.

TODO

  • Count elapsed time
  • Add question mark
  • Improve design
  • Refactoring

License

MIT

Copyright (c) Yosuke Saito 2017