Minesweeper game in tkinter
- Python 3.x
- PIP
- Tkinter
- venv (Optional)
# Clone the repository
git clone https://github.com/OmGDahale/minesweeper.git
# Enter into the directory
cd minesweeper/
# Create virtual environment (Optional)
python3 -m venv .venv
# Activate virtual environment (Optional)
source .venv/bin/activate
# Install the dependencies
pip install -r requirements.txt
python minesweeper.py