/pong-rooms

Primary LanguageJavaScript

Multi Player Pong

This is a basic online multiplayer pong game built with socket.io, express, node and react. The end goal of this project is to have a solid structure for making a 3d multi player game in the future.

Pong Rooms gif

Getting Started

Clone or download the repository. This project is broken up into client and server side applications, in order to run the application properly you will have to run...

npm install

In both the client folder and server folder.
Once you have install the dependency, navigate to the root directory (pong-game), and run...

npm run dev

Acknowledgments

This project would not have been possible without two main sources of inspiration and code.
Akilesh Chat.io
Victor Zhou's .io game tuturoial
Thanks you for your interest.