ClasteredServer2 is updated version of ClasteredServer, that was stopped.
Multiplayer client server game application. Server is written on C++, client on Haxe (using HaxeFlixel lib).
only on linux
you have to have gcc g++ openssl and some other libs installed (list will be updated)
run 'make' in root dir, you can run 'make OPTIMISATION=1' if you have slow pc:-)
you have to install haxe with libs
- flixel
- polygonal-ds
- yaml
and setup lime
for build and run, run 'lime test $platform'
client can be built for
- windows
- neko
- linux
- android
- flash
and may be
- mac
- ios
you need to open 2 terminal windows for server (only on Linix)
build server
run './master' at first window
run './slave' at second window
after that run client