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 … Continue reading Space Pong
Project Type: Video Games
Car Infinity (Alpha release)
Car Infinity is a never ending simple 2D car game, where the car has to dodge oncoming traffic. The speed of the car increases with the number of dodges. The game is being developed in Python 3 and Pygame. Source Code