jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 28 forks source link

Pong_Arcade_Game/30_Days_of_Python #308

Open pratikshabhujade opened 3 months ago

pratikshabhujade commented 3 months ago

Pong Arcade Game his game is a simple yet engaging way to enjoy a classic arcade experience directly in your Python environment. This Pong Arcade Game is a classic arcade-style game implemented in Python using the Turtle graphics library. The game features two paddles, one on the left controlled by the "E" (up) and "X" (down) keys, and one on the right controlled by the arrow keys ("Up" and "Down"). A ball moves across the screen, bouncing off the top and bottom walls, and the paddles. Players score points when the ball passes their opponent's paddle. The current score is displayed at the top of the screen.

Features: Two-player control: Left paddle (E/X) and Right paddle (Up/Down). Simple, retro-style graphics. Score tracking with real-time updates. Ball physics for realistic movement and paddle interaction. Built-in boundary checks to prevent paddles from going off-screen.

How to Play: Use the specified keys to move the paddles up and down. Prevent the ball from passing your paddle to avoid conceding points. The game continues until you close the Turtle graphics window.

Screenshot 2024-08-13 150215

github-actions[bot] commented 3 months ago

Thank you for creating this issue! 🎉

We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.