项目作者: colyseus

项目描述 :
⚔ Colyseus Multiplayer Client for Haxe
高级语言: Haxe
项目地址: git://github.com/colyseus/colyseus-hx.git
创建时间: 2018-07-09T02:36:45Z
项目社区:https://github.com/colyseus/colyseus-hx

开源协议:MIT License

下载














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

  1. git clone https://github.com/colyseus/colyseus-haxe.git
  2. cd colyseus-haxe/example/openfl
  3. haxelib install openfl
  4. haxelib install lime
  5. haxelib install colyseus-websocket
  6. haxelib run lime test project.xml html5

Development

Running the test-suite:

  1. haxe hxml/test.js.hxml

Dependencies

colyseus-haxe depends on colyseus-websocket

License

MIT