sherigar / HacktoberFest-2023

Contribute to the open source Hacktoberfest
https://hacktoberfest.com
MIT License
23 stars 212 forks source link

Pong game in Python #232

Closed vishesh0306 closed 8 months ago

vishesh0306 commented 8 months ago

It is a Python Pong Game which is created using turtle library python. Pong is a two-dimensional sports game that simulates table tennis. The player controls an in-game paddle by moving it vertically across the left or right side of the screen. They can compete against another player controlling a second paddle on the opposing side. Players use the paddles to hit a ball back and forth. Paddle's movement is done with up-down arrow key for one player, and "w"&"s" key for another player to move the paddle up and down respectively.

image image image