Is it possible to make a multiplayer game like Fun Run? If not how would i go about doing that?
Comments
Braydon_SFXMember, Sous Chef, Bowlboy SidekickPosts: 9,273
If fun run is turn based, then most likely.
tatiangMember, Sous Chef, PRO, Senior Sous-ChefPosts: 11,949
The short answer is: maybe, but most likely no. The longer answer is:
GameSalad now has support for asynchronous multiplayer features that allow you to make games where online players take turns.
Synchronous ("live") multiplayer features are not supported. That doesn't mean that several of us haven't been trying to get it to work but it's laggy at best. So a racing game is out, I'd say.
Multiplayer functionality is VERY complex and one of the most difficult things you can do with GameSalad right now. Stay tuned for tutorials, demos, and templates from some of the most experienced developers on the forums.
Comments
If fun run is turn based, then most likely.
The short answer is: maybe, but most likely no. The longer answer is:
GameSalad now has support for asynchronous multiplayer features that allow you to make games where online players take turns.
Synchronous ("live") multiplayer features are not supported. That doesn't mean that several of us haven't been trying to get it to work but it's laggy at best. So a racing game is out, I'd say.
Multiplayer functionality is VERY complex and one of the most difficult things you can do with GameSalad right now. Stay tuned for tutorials, demos, and templates from some of the most experienced developers on the forums.
Sweet, Thanks guys