/Pong

Pong built in pure HTML, JS, and CSS

Primary LanguageJavaScript

Pong

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

Requirements

  • Node
  • Git CLI

Setup

Clone the repo and install the dependencies

https://github.com/JSteve0/Pong
cd Pong
npm install

Play

Start the server

npm run serve

Open the generated link in the console