Skip to content

First working version of the Minesweeper game

Pre-release
Pre-release
Compare
Choose a tag to compare
@bruno-oliveira bruno-oliveira released this 15 Jul 09:53
· 1 commit to master since this release

In this release, we can simply start a new game, and detect win or lose conditions.

Notably, the main lacking thing is that the generation of mines is done statically before the board is displayed. This can cause the unfortunate event of losing the game on the first click. To fix in a future release.