mphx

mphx allows for easy creation of multiplayer games.


Keywords
Multiplayer, cross, network, multiplayer-game, websockets
License
MIT
Install
haxelib install mphx 0.2.4

Documentation

mphx

MpHx is a new library made with Haxe to allow for easy creation of multiplayer games. It is an extention/modification of HxNet, whose code is authored by Matt Tuttle.

This library is still WIP and not at all ready for use, yet.

This library will not be dependent on any 'graphical' library (ie- Haxeflixel, Open FL, luxe). If you want to, you can make a text based multiplayer game.


Planned features:

  • Automatic management of 'rooms'.
  • Event based multiplayer.
  • Highly abstracted server
  • Easy creation of 'packets' or data objects.
  • Ability to share code between server and client.