Skip to content

Latest commit

 

History

History
executable file
·
27 lines (16 loc) · 274 Bytes

README.md

File metadata and controls

executable file
·
27 lines (16 loc) · 274 Bytes

Pong Game

A basic pong game using SVGs.

Setup

Install dependencies:

> npm i

Run locally with Webpack Dev Server:

> npm start

Build for production:

> npm run build

Keys

Player 1:

  • a: up
  • z: down

Player 2:

  • ▲ : up
  • ▼: down