Skip to content

omganeshdahale/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minesweeper game in tkinter

Resources

Stars

Watchers

Forks

Languages