/MPPong

Networked Pong example

Primary LanguageHaxe

Multiplayer Pong

Quick little Pong game made in HaxeFlixel. Using MPHX by 5Mixer, a TCP networking library for Haxe.

Hosting a server

Open the server file in the server/ folder. There is a file for Windows and Mac. It will ask you to enter an IP and Port to host the server on. You can leave them both empty to use localhost.

Playing

Visit the GitHub Page here. Type in the IP and port of the server, separated by a colon. Ex. 127.0.0.1:8000