colyseus / colyseus-haxe

⚔ Colyseus Multiplayer SDK for Haxe
https://docs.colyseus.io/getting-started/haxe-client/
MIT License
74 stars 16 forks source link
colyseus haxe haxelib multiplayer netcode networking


Discussion forum

Multiplayer Game Client for Haxe
View documentation

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-haxe.git
cd colyseus-haxe/example/openfl
haxelib install openfl
haxelib install lime
haxelib install colyseus-websocket
haxelib run lime test project.xml html5

Development

Running the test-suite:

haxe hxml/test.js.hxml

Dependencies

colyseus-haxe depends on colyseus-websocket

License

MIT