/pygame-floating-rocket

Game prototype using pygame. Avoid hitting the rectangles and try to get a high score.

Primary LanguagePython

pygame-floating-rocket

Source code for the game

How to play

  • Clone the repository git clone git@github.com:a96lex/pygame-floating-rocket.git
  • Enter the new folder cd pygame-floating-rocket
  • Create a virtual environment python3 -m venv venv or python -m venv venv
  • Activate the virtual environment source venv/bin/activate
  • Install the requirements pip install -r requirements.txt or pip3 install -r requirements.txt
  • Play the game python main.py

How to contribute

Your comments are always welcome. You can add them as Issues and I will have a look

However, if you wish to directly contribute to improve code quality or add features, you can also do so by gorking the repository and sending a pull request.

Compile to executable

  • Linux: You will need to use pyinstaller. Simply run the build_to_linux.sh script to generate a linix_build.x executable file