In order to download the entire repo, clone it in the chosen directory
foo@bar:~$ git clone https://github.com/grzegorzkoszczal/python-platformer-for-resume.git
In order to install all the needed stuff for further development of the code, use the Install.sh script
foo@bar:~$ source install.sh
It will automatically create Python virtual environment, activate it and pull all the dependecies required for the development.
The entire game is within two Python files: main.py
, which contains game game and platformer.py
,
which contains a simple start-up menu