TheGameDevGroup / MiniGames

MIT License
0 stars 0 forks source link

Add Minesweeper backend #37

Closed TimothyZink closed 11 months ago

TimothyZink commented 11 months ago

Affected Project

Minesweeper

Is your feature request related to a problem? Please describe

Continuing with creating mini-games, minesweeper should be added.

Describe the solution you'd like

A fully functional minesweeper game.

Describe alternatives you've considered

none

Additional context

34 has added an empty project for this.

The internal game state can be a simple 2D array of booleans. The game state that is presented to the player can be represented as a 2D array of nullable integers (or bytes).