Note that these links are dead due to the domain registrar dying:
Find the online version game at the links above & maybe some supprises.
In order to run the pong game, it is recomended that you have VSCode's / VSCodium's LiveServer extention, however running html/index.html
is also possible.
Navigate and open the directory where you downloaded the files in the editor.
Click Go Live (Should be bottom left by default)
Or see installing 2 (below)
In order to run the pong game, ensure that you have Git & Python
Clone a copy of the repo:
git clone https://github.com/green-eggs-and-ham/pong-game.git
Change to the pong-game directory:
cd pong-game
cd html
python3 simple-http-server.py