Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 331 Bytes

Minesweeper

The game minesweeper implemented using typescript

Instructions:

  1. tsc
  2. open index.html

Details:

  1. When clicked, number of neighboring mines is shown
  2. clicking undo, takes the game back a move
  3. no game end logic yet

Open the app here