Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 979 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 979 Bytes

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

  1. Install go from golang.org
  2. Clone the repository with git clone https://github.com/Durian-Inc/PongChat

Running the app

  1. Switch to the server directory cd PongChat/server
  2. 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.