/smartfox-haxe-mmo

MMO game done with haxe and smartfox

Primary LanguageHaxeMIT LicenseMIT

Build Status

SmartFoxServer 2X and Haxe MMO sample

SimpleMMOWorld2

A sample project to explain how use haxe (http://haxe.org) with smarfoxserver 2X (http://www.smartfoxserver.com/)

This is an adaptation of the http://docs2x.smartfoxserver.com/ExamplesJS/simple-mmo example. More precisely the simple MMO world 2 example.

It covers :

  • MMORoom
  • MMOAOI
  • MMOItem
  • Buddys
  • Chat
  • Private chat

You can use this sample as a starting point to create a multiplayer game.

It compiles in HTML5, Windows and Linux targets, and maybe more ( need to test )

Installation guide

  • You need haxe installed on your system, check (http://haxe.org) for download and installation notes.

  • Then openfl, in the console type :

haxelib install openfl
haxelib run openfl setup

Compilation

lime test windows

where the target can be windows, html5 or android.