username121546434 / pit-mopper

A game I made in Python using tkinter, has some releases!
GNU General Public License v3.0
3 stars 0 forks source link
game pit-mopper python

Pit Mopper

Pit Mopper is a game based on "Minesweeper" that was built in python.

This was a game that I made for fun to learn more about programming.

Feel free to contribute if you want to!

How to run python version

Note: You will need Python version 3.10 or above to run it

Run on Windows

Step 1: Clone this repository using the following command

git clone https://github.com/username121546434/pit-mopper.git

Step 2: Cd into the directory (if you aren't already there)

cd ./pit-mopper

Step 3: Install all required modules

pip install -r requirements/win.txt

Step 4: Run the main Python file

py "Pit Mopper.py"

Run on Linux

Note: This has only been tested on Linux Ubuntu distro, I have not tested it for any other distros

To install python 3.10, you can use this article

Step 1: Clone this repository using the following command

git clone https://github.com/username121546434/pit-mopper.git

Step 2: Cd into the directory (if you aren't already there)

cd ./pit-mopper

Step 3: Install all required modules

python3.10 -m pip install -r requirements/linux.txt

Step 4: Run the main Python file

python3.10 "Pit Mopper.py"

Version 2.1 Patch Notes