PongChat
Originally developed for MLH Local Hack Day
Developers
Client
Game
Server
What is PongChat?
Pong chat is a platform where you and n
number of friends can chat and play Pong together at the same time!
Installation
- Install go from golang.org
- Clone the repository with
git clone https://github.com/Durian-Inc/PongChat
Running the app
- 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.