Showing 1 result(s)
Pong

Pong

Very simple game of Pong I made in Pygame. Ball moves diagonally in the most basic way possible, by adding or subtracting 1 of the x and y. Implemented collision with the walls and paddles, and a score system. Implemented a very simple bot to play against the user: paddle simply moves towards the y …