-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
11 lines (6 loc) · 763 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
* rewrite populators system to be modular (i.e. allow loading populators with metadata and parameters from external libraries)
* redo ui to be more efficient (only redraw what's needed, this will require a hook in _mines_open_cell_floodfill)
* add support for saving and loading games (in at least two formats: binary space-optimized and human-readable, or possibly binary only but adding a "visualizer mode")
* make it multi-platform (a good first step would be trying to compile with Clang on VS, which should really work out of the box for the code we have at this point in time)
* add instructions before the game & ask the user for game options (size and amount of mines)
* add command line options for help and for starting a game with pre-set options