Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 703 Bytes

INSTALL.md

File metadata and controls

26 lines (17 loc) · 703 Bytes

installation

how to install and run the game

windows

Download zip from https://github.com/MarxMustermann/OfMiceAndMechs/releases/latest/download/OfMiceAndMechs-Win.zip and double click lunch_game.bat

Linux

dependencies

  • install the dependencies

    • sudo apt-get install python3
  • clone or download the game

  • 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