How to build a game like HaxBall?
Posted
by
Cengiz Frostclaw
on Game Development
See other posts from Game Development
or by Cengiz Frostclaw
Published on 2013-06-30T21:09:53Z
Indexed on
2013/06/30
22:28 UTC
Read the original article
Hit count: 798
I'm a coder interested in game development, and I want to build a very simple p2p (real time) game. The perfect example for this is haxball.
The client/server model doesn't matter, it could be like haxball (i.e. the room creator is the host) or changing host, or the server is host (if there is such a thing)
I just want to learn the basics to create a field where players can move their characters in real time. So where should I start? Please guide me into the right direction. And with examples please.
I found out that RTMFP does what I seek, but how do I use it?
I know ActionScript 3.0, but no idea how to setup a multiplayer game. Please help !
Thanks in advance.
© Game Development or respective owner