This content has been marked as final.
Show 2 replies
-
1. Re: How to create a multiplayer game for steam using flash/flex?
Aaron Beall Oct 31, 2013 12:50 PM (in response to tom_w2000@yahoo.co.uk)You would want to use the SteamWorks API, which is available from Steam as a C++ library, but there is most likely an Adobe Native Extension (ANE) that would allow you to use the library in AS3.
I've never used SteamWorks but it seems to support peer-2-peer matchmaking (in other words, you wouldn't even need your own server, I think.)
SteamWorks API:
https://partner.steamgames.com/documentation/api
Search results for "SteamWorks AIR ANE":
https://www.google.com/search?q=steamworks+air+ane
-Aaron
-
2. Re: How to create a multiplayer game for steam using flash/flex?
tom_w2000@yahoo.co.uk Oct 31, 2013 11:24 PM (in response to Aaron Beall)Thought I'd send you this:
http://www.adobe.com/devnet/air/articles/gamekit-ane-turnbased-games.html
T.

