Ping Pong is a project aimed at creating a multiplayer online pong game platform with a focus on real-time gameplay. The project is the last of the 42 school common core projects.
- Real-time multiplayer gameplay.
- Player profile management.
- Real-time chat system.
- Game rooms and matchmaking.
the project require an .env file in the root directory there is an empty env sample you can use.
1 - build the app with docker-compose
docker-compose up --build
2 - launch the app in your browser
http://localhost:3001