🎮 Pong Game – Classic Remake in Python

This project is a modern remake of the iconic Pong game, built entirely in Python using the turtle module. The game is designed for two players and offers a quick and entertaining way to enjoy classic arcade gameplay. 🕹️ Controls: 🏓 Game Objective:Each player must stop the ball from passing their side of the screen.…

This project is a modern remake of the iconic Pong game, built entirely in Python using the turtle module. The game is designed for two players and offers a quick and entertaining way to enjoy classic arcade gameplay.

🕹️ Controls:

  • Player 1: Moves the paddle with W (up), A (left), and D (right)
  • Player 2: Uses the arrow keys

🏓 Game Objective:
Each player must stop the ball from passing their side of the screen. When a player misses, the opponent scores a point. The first player to reach 5 points wins the match, triggering a victory message displayed on-screen.

💡 What I learned:
This project helped me reinforce my understanding of Python basics, real-time event handling, collision detection, and working with graphics in Turtle. It was also a great exercise in building clean, interactive logic for multiplayer games.

📂 Technologies used:

  • Python
  • Turtle graphics module

Simple. Fun. Classic.
Feel free to try it or explore the code in my GitHub repository (link here if available).

Tags:

Deja un comentario