- python3 src/console_interface.py [config.ini]
- python3 src/graphic_interface.py [config.ini]
- minesweeper.py => Engine of the game with all basics functions.
- console_interface.py => Inplementation of a TUI based on minesweeper.py
- graphic_interface.py => Inplementation of a GUI based on minesweeper.py
- ai.py => If there is time, a basic ia to resolve a minesweeper.
- improve TUI / GUI
- add counter/timer on GUI
- game engine
- basic TUI / GUI
- ?