Navigation Menu

Skip to content

viclafouch/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

A complete minesweeper game built with React (hooks) in TypeScript.

Play Now!

screenshot


TODO

  • Custom game board and three different major difficulty.
  • Set flags.
  • Quick mode and mode switch.
  • Settings save in storage.
  • Multiplayer
  • Counting Time.
  • Replay (fake)

How to Play

Seriously !?

Build

git clone this project, then.

cd Minesweeper
git checkout in-typescript
npm install
npm start

Head to localhost:3000.

Contribute

Issues, PRs, and all the advise and discussion are very welcome !