Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 862 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 862 Bytes

Minesweeper

Minesweeper game in tkinter



Getting started

Requirements

  • Python 3.x
  • PIP
  • Tkinter
  • venv (Optional)

Installation

# 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

Starting the application

python minesweeper.py