Pong (Arcade Game with Turtle Graphics)
Developed a Python-based recreation of the classic Pong arcade game using the `turtle` graphics library. The game features two paddles controlled by the players and a ball that bounces off the paddles and walls. It includes scorekeeping and basic game over logic.
Check Out Repository