I Made a Pinball Game using Python
Hi there,
I spend lot of time making a pinball game using python.
I have used two modules for this: pygame and pymunk.
How the game works :
- You have 3 rounds (balls)
- You get points when the ball hits bumpers
- You can hit the ball with two flippers using arrow key
Code : https://github.com/GH0STH4CKER/Pinball/blob/main/pinball_game.py
Preview :
Comments
Post a Comment