Skip to content

It's a classic game, where you're to hit the ball using the paddle.

License

Notifications You must be signed in to change notification settings

xXxRisingTidexXx/ping-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ping-pong

It's a classic 2D game, where you're to hit the ball using the paddle.

Installation

In the project root create and enable a virtual environment.

virtualenv venv
source venv/bin/activate

Then install the system package required to enable Tcl / Tk interpreter. The provided installation is made for Debian-based distros, but there are examples for Arch Linux, CentOS, etc.

sudo apt-get install python3-tk

After that install a library for media interaction.

pip install pygame

Usage

Being in virtual environment, run this.

python pingpong.py

About

It's a classic game, where you're to hit the ball using the paddle.

Resources

License

Stars

Watchers

Forks

Languages