avinashkranjan / Amazing-Python-Scripts

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.58k stars 1.02k forks source link

Pong game #1093

Closed anumshka closed 3 years ago

anumshka commented 3 years ago

Aim

A Pong game

Details

A "tennis like" game features two paddles and a ball, the goal is to defeat your opponent by being the first one to gain 10 points, a player gets a point once the opponent misses a ball.

kaustubhgupta commented 3 years ago

@anumshka will you make it GUI game?

anumshka commented 3 years ago

Yes