🏓 Pong Game challenge! 🏓

© LECbg

Build Pong with pure vanilla Python 3!

First, setup your environment

python3 -m venv --upgrade-deps .venv

Second, run the docs

pip3 install pdoc
pdoc --no-show-source pong.py

Third, open step 1.py

The challenge begins.

Run files one by one, fulfilling the tasks, until every step is completed.


Further info

Acknowledgements

This exercise is a simplification of this tutorial.