A simplistic web pong, made with HTML, CSS, and Javascript.
- Install the
live-server
NPM package. - Open the
front-end
folder using your shell of preference. - Run
live-server --entry-file=index.html
.
The --entry-file=index.html
argument is important because the folder structure is slightly different than the default one.
The icons used in this site (which you can find on the media folder) were taken from flaticon; many of them were manually modified. Credits to the authors of these wonderful icons.