known-dependencies:
- python3
- python3-urwid
- mplayer (for music)
- pygame for python3 (for tile based mode)
install the dependencies and run the executeMe.py file
-
install the dependencies
- sudo apt-get install python3 python3-urwid
-
clone or download the game
- git clone https://github.com/MarxMustermann/OfMiceAndMechs.git
- or use the download as ZIP button and unzip
-
start the game with:
- cd into the OfMiceAndMechs
- run with: python3 executeMe.py
-
for tile based:
- sudo apt-get python3-pip
- sudo pip3 install pygame
- run with: python3 executeMe.py -t