Skip to content

AIR-EISTI/atelier-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

- ?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages