Minesweeper is final project for VSOAI Class D. It's a single player game inspired by original Microsoft Minesweeper. Project, as well as README.md, are under development.
-
User interface runs on open source Kivy library
-
Source code is split into two main files: field_gen.py and UI.py.
-
Game will start after running main.py
-
Clone project by typing into console:
git clone https://github.com/dbeliavskij/VSOAI_ClassD_Project_Minesweeper.git -
Install requred packages:
pip install -r requirements.txt -
To play the game type into concole:
python main.py
Constructive criticism, insights and ideas, how game or code could be improved, are more than welcome.