Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 672 Bytes

INSTALL.md

File metadata and controls

30 lines (21 loc) · 672 Bytes

installation

known-dependencies:

  • python3
  • python3-urwid
  • mplayer (for music)
  • pygame for python3 (for tile based mode)

how to install and run the game

install the dependencies and run the executeMe.py file

debian based sytems

  • install the dependencies

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

  • 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