Skip to content

nicmosc/react-pong

Repository files navigation

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

About

Simple React clone of the famous Pong game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published