Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 647 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 647 Bytes

ATELIER NUMERIQUE - MINESWEEPER

RUN

- python3 src/console_interface.py [config.ini]
- python3 src/graphic_interface.py [config.ini]

Different moduls

- 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.

TODO

- improve TUI / GUI
- add counter/timer on GUI

DO

- game engine
- basic TUI / GUI

IDEAS

- ?