Skip to content

QUANGLEA/Pong-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong-Game

This project is written with Python 3.9.6

Summary:

This is a recreation of the popular Pong Game using Python. I created this game when I was first learning about Python Turtles.

Description:

This is my recreation of a pong game. This game can be played on one computer with two players max. The first player would control the paddle on the left with WASD keys.The second player would control the paddle on the right with up, down, right, left arrow keys. The goal of the game is to not let the ball touches your endzone (where your paddle is). The code allows the user to set their own score limit (the score requires to win).I also included some sound tracks I got from the internet that I did some editing to make the game more interactive.

Installation:

  1. Download all files into one directory
  2. Run python --version to check the version of your Python
  3. Download the latest python version at https://www.python.org/downloads/
  4. Open Pong.py in an IDE
  5. Install tkinter with pip install tk at the same directory
  6. Run Snake.py with an IDE
  7. There should be a Pygame window pop-up that shows a snake game
  8. Play and enjoy the game

Contact:

Please feel free to open an issue or PR to discuss more features/bug reports. Also, feel free to contact me at [email protected].

About

This is my recreation of a pong game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages