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!
Note: You will need Python version 3.10 or above to run it
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"
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"