Download zip from https://github.com/MarxMustermann/OfMiceAndMechs/releases/latest/download/OfMiceAndMechs-Win.zip and double click lunch_game.bat
-
install the dependencies
- sudo apt-get install python3
-
clone or download the game
- git clone https://github.com/MarxMustermann/OfMiceAndMechs.git
- or use the download as ZIP button and unzip
-
install the game with:
- cd into the OfMiceAndMechs folder
- python3 -m venv venvFolder # set up venv
- venvFolder/bin/python3 -m pip install -r requirements.txt # install dependencies
-
run the game with:
- venvFolder/bin/python3 executeMe.py