/pong

Lets play pong!

Primary LanguagePythonMIT LicenseMIT

Pong

A very, very simple game. Mostly using it to test the game engine of Project Magrathea.

Running

Runnning the game should be as simple as

pip install -r requirements.txt
./pong

I'm working on creating standalone executables with Pyinstaller so that dependencies are managed.

Controls

Controls are Q and A for the left hand player and P and L for the right.