pyMinesweeper 2020 - v2.7
Requirments:
Python 3.8 (maybe >3.4) (Created and tested in python 3.8)
Installation:
- Install Python if not done: Download from https://www.python.org/downloads/
- Install Dependencies:
- On Windows, just start "Install.bat"
OR:
- Common way: open a terminal and navigate to root directory of downloaded game (to the directory, where you will find Install.bat) and run in terminal: pip install --user -r requirements.txt
IF PIP IS NOT FOUND: set python to system path! HOW? See description here: https://geek-university.com/python/add-python-to-the-windows-path/
Run:
On Windows: start "Start Minesweeper.bat"
OR - in terminal: Navigate to Games-Root directory (to the directory, where you will find Install.bat) and run in terminal: py -m Minesweeper.main