Space Pong

Space Pong is a classic remastered 2D arcade game  in which two players play space tennis with paddles. The one to get 5, 11, or 21, depending upon the win score, wins.

 

The game’s architecture, physics, graphics and AI is built from the ground up using Python 3 and Pygame.

 

The game’s physics uses the pre-algebra formula from 9th grade mathematics, y=mx+b(slope of a line formula) for the ball movement and collision detection.

The game’s background music is taken from the YouTube Audio Library, and the SFX audio clips were taken from around the internet.

Download Link

Source Code

2 thoughts on “Space Pong

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.