Skip to content

soniahooper/Pong_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Pong_Game

Simple Pong game for two players created in Python3 using using Turtle library.

GUI Screenshot:

Pong

How to launch:

-Make sure you have Pyhton3 IDLE.

-Download My_Pong_Game.py file.

-Run the My_Pong_Game.py file with the following packages installed:

  • turtle
  • os

Notes

  • Use UP and DOWN keys to move right paddle up or down.

  • Use keys for letters S and Z to move left paddle up or down.

  • Scores for Player 1 and Player 2 are shown on the top of the screen.