colyseus-haxe
colyseus-haxe copied to clipboard
⚔ Colyseus Multiplayer SDK for Haxe
Description | Status |
---|---|
Master Branch Build Status |
Running the demo project
First, download and install Haxe.
The example
project can be compiled to html5
, neko
, cpp
, ios
, etc.
It uses the state_handler
room from the colyseus-examples project, which you can find here.
Compiling the demo project to html5
git clone https://github.com/colyseus/colyseus-hx.git
cd colyseus-hx/example/openfl
haxelib install openfl
haxelib install lime
haxelib install colyseus-websocket
haxelib run lime test project.xml html5
Dependencies
colyseus-hx depends on colyseus-websocket
License
MIT