Skip to content

IGNITE-Pathways/pong

Repository files navigation

Pong - single and multi-player game

A two-player game where each player controls a paddle to hit a ball back and forth. This game involves handling user input, collision detection, and simple physics.

Learn how to create a classic Pong Game in Python. Explore the code, understand the game mechanics, and enhance it with new features.

Read more at https://www.ignitepathways.org/post/pong-game-in-python

Pong