Minefield is a work in progress emulation of Microsoft Minesweepers in Unity.
- Basic Grid generation
- Grid interaction
- Tile calculation
- UI replication
- Gameplay timer
- Highscores
- Accuracy mode
- Correct identifications increases score while incorrect ones decrease it, mines do not constitute an immediate loss.
- Alternative calculation modes
- Instead of tiles displaying direct adjacency, they could also display alternatives such as knight paths.
- Multiplayer