Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Pong Server

A 2-person peer-to-peer pong game.

* To build: `make`
* To package: `make package`
* To get the docs: `make doc`
* To host a game: `make make_game`
* To join a game: `make join_game`

Instructions

Run the make_game application to start a game. You'll be shown your machine's address. Press enter once you have it writen down.

On another connected computer, run the join_game application to join that game. Enter the host machines IP address, then hit enter.