Skip to content

ankit-kapur/turbo-bounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Turbo bounce is a retro-arcade style game developed in Python. Algorithms for collision detection, spritesheet animation, deflection degree calculation, and gravity pull were implemented from scratch. Multi-threaded, highly modularized code. Library used: PyGame

Installation instructions You will first need to install pygame. On Windows/Mac you can download pygame from this link: http://www.pygame.org/download.shtml On linux, you can install it with the following command:

sudo apt-get install python-pygame

Now, to run the game, navigate to the src/game directory and run the MainGame.py file:

python MainGame.py


Screenshot 1


Screenshot 2

About

Arcade style game made in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages