Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 500 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 500 Bytes

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.