Originally developed for MLH Local Hack Day
Client
Game
Server
Pong chat is a platform where you and n
number of friends can chat and play Pong together at the same time!
- Install go from golang.org
- Clone the repository with
git clone https://github.com/Durian-Inc/PongChat
- Switch to the server directory
cd PongChat/server
- Run the server with
go run src/main.go
From here, navigate to localhost:10000 in your favorite browser (with JavaScript enabled) and you should see the app, and be able to chat.
To get other clients to join, forward the port 10000 and have them connect to your computer.