Requirements
Installation
Important
Recommended:
- A Linux system
- Python 3.11.5
git clone https://github.com/chandz1/minesweeper.git
cd minesweeper
pip install -r requirements.txt
python main.py
Note: On error during requirement installation create a venv.
This implementation is a variation of the original that doesn't have a safe start.