Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

58 lines (30 loc) · 1.12 KB

Pong Game

Note that these links are dead due to the domain registrar dying:

[Site] [Site] [Site] [Site]

Find the online version game at the links above & maybe some supprises.

Screenshots

Cover Playing

Installing 1

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.

Running 1

Click Go Live (Should be bottom left by default)

Or see installing 2 (below)

Installing 2

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

Running 2

cd html

python3 simple-http-server.py