HaxeFlixel clone of PONG with multiplayer. Open this link to play in yor browser.
- Browser version supports WebRTC netplay. You will need 3rd party service to share connection data between players. Any chat will do (like Discord). Just follow in-game instrucions.
- Desktop version supports direct IP connection.
-
install Haxe 4.3.3
-
(optionally) install HashLink
-
clone the repo with
git clone https://github.com/T1mL3arn/HaxeFlixel-Pong.git
-
cd
to the cloned repo -
create local haxelib dir for dependecies with
haxelib newrepo
-
install the dependecies with
haxelib install deps.hxml
-
try to compile and run html5
lime test html5 -debug
or HashLink
lime test hl -debug
Debug builds (for desktop target) have fast connection mode for convenience - run the game instances with pong.exe --server
and pong.exe --client
.
Enable/disable shaders with 7
+ 8
keys.
Code: WTFPL
Assets: The same as code unless stated otherwise, see assets folder