Skip to content

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

Notifications You must be signed in to change notification settings

a96lex/pygame-floating-rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published