Pong clone built in pure HTML, JS, CSS by Justin Stevens
Play game here: https://jsteve0.github.io/Pong/
To run locally, read the steps below
- Node
- Git CLI
Clone the repo and install the dependencies
https://github.com/JSteve0/Pong
cd Pong
npm install
Start the server
npm run serve
Open the generated link in the console