Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 676 Bytes

react-pong

screenshot

An experimental version of the famous Pong game, built in React, and definitely over-engineered. It is fully responsive meaning that you can play on any sized screen (with sensibility), though performance may drop on very large displays. Recommended size is 1000x700, also because it looks the closest to the original game.

Can be played against a very simple AI, or with another player.

Try a demo here.

To run locally

Clone the repo and run

yarn install
yarn dev

Then navigate to localhost:4000

yarn build

To build for production