Feature Requirements - agsimmons/Minesweeper GitHub Wiki
Board Creation
- Covering status array (Covered, uncovered, flagged, question mark)
- Base status array (0-8 Neighbours, mine)
- Generate arrays
- Draw the board
Gameplay
- Recursive uncover board
- Some sort of scoring system (Elapsed time?)
- Coordinate input, and eventually mouse input