Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 253 Bytes

Pong Pong

A pong game with more balls.

Installation

git clone git@github.com:RikuPutkinen/pong-pong.git
cd pong-pong/
python3.11 -m venv .venv
source .venv/bin/activate
python3.11 -m pip install -r requirements.txt
python3.11 src/main.py