Skip to content

Pong is a table tennis–themed twitch arcade sports video game, featuring simple two-dimensional graphics. Originally created by Atari.

License

Notifications You must be signed in to change notification settings

dev-shuvo/Atari-Pong-PyGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade Atari Pong Game

Pong is a table tennis–themed twitch arcade sports video game, featuring simple two-dimensional graphics. Originally created by Atari.


Preview


Requirements

  • Python 3.11 or higher

  • Git Bash (Optional)


Installation

Open cmd or bash in the project directory.

Install Python virtual environment

pip install virtualenv

Create a virtual environment

virtualenv env_name

Activate virtual environment

On Mac and Linux (Also if you are using bash on Windows)

source env_name/bin/activate

On Windows (If you are using cmd)

.\env_name\Scripts\activate

Install dependencies

pip install -r requirements.txt

Run Locally

python main.py

License

MIT

About

Pong is a table tennis–themed twitch arcade sports video game, featuring simple two-dimensional graphics. Originally created by Atari.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages