Skip to content

The classic Pong game made with Python's turtle module. Compatible with Windows OS.

Notifications You must be signed in to change notification settings

AnhQuoc533/Pong-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PONG GAME

The classic game made with Python's turtle module.

  • At the beginning, you are required to enter the number of rounds you want to play. It must be a positive integer.
  • To move the right paddle up and down, use arrow keys.
  • To move the left paddle up and down, use W and S keys respectively. No case-sensitivity.
  • The ball will speed up whenever it bounces from any paddle, be patient.
  • Press Space to pause the game, and to continue, press that key again.
  • After the game is over, press Enter if you wish to restart the game and play one more time.
  • Important: If you want to quit the game, but you get stuck at the pop-up window asking for the number of rounds, don't freak out, just click Cancel.

Download the game here.

Any bug occurs during your experience, please report in Issues tab.