Source code for the game
- 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
orpython -m venv venv
- Activate the virtual environment
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
orpip3 install -r requirements.txt
- Play the game
python main.py
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.
- Linux: You will need to use pyinstaller. Simply run the
build_to_linux.sh
script to generate alinix_build.x
executable file