Is it possible to make a game like "Distant Shore" with GS?
cbt
Member Posts: 644
Hi again,
I wonder if it is possible to make a game (or an application) like "Distant Shore" with GameSalad..
Distant Shore is a game that you send messages in bottles to the sea, and other users can find it. And when they find it, they can write a reply. I want to make a game, similar to this concept, for different country and language.
So, it clearly needs a distant server to receive, send and store the messages, and needs internet connection. I can arrange a server etc. if it is possible to do something like that in GS.
Does GameSalad capable to do something like this? Does GS even have internet capability?
If it is NOT possible with GS, what do you recommend? (For example can "Unity" do this?)
Thanks for your answers.
P.S: Here is the link for the App.
http://itunes.apple.com/us/app/distant-shore/id302006905?mt=8
I wonder if it is possible to make a game (or an application) like "Distant Shore" with GameSalad..
Distant Shore is a game that you send messages in bottles to the sea, and other users can find it. And when they find it, they can write a reply. I want to make a game, similar to this concept, for different country and language.
So, it clearly needs a distant server to receive, send and store the messages, and needs internet connection. I can arrange a server etc. if it is possible to do something like that in GS.
Does GameSalad capable to do something like this? Does GS even have internet capability?
If it is NOT possible with GS, what do you recommend? (For example can "Unity" do this?)
Thanks for your answers.
P.S: Here is the link for the App.
http://itunes.apple.com/us/app/distant-shore/id302006905?mt=8
Comments
From my understanding, they are working on integrating with backend server technology but it sounds like that may only be for leaderboards and/or ad systems.
So it may be a while before you will be able to implement that game in GS since it seems the feature may not be available for some time.
GS folks, feel free to clarify.
I would look into creating that type of app from scratch in xcode or use one of the web technology based app generators that actually "compile" into an actual mobile app (such as Appcelerator or PhoneGap).
The Unity3D app could handle it, but its forte is game development and is overkill (as are the Torque app and the AirPlay SDK).
Thank you for your answer rebump!