Link to home
Start Free TrialLog in
Avatar of rnsr
rnsrFlag for India

asked on

What languages and tools i need to use to develop Teen Patti game.

What languages and tools i need to use to develop Teen Patti game.
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rnsr

ASKER

Thanks for Response.
 I wish to develop in as3  AND .Net .   what i will need for client and server.
Avatar of rnsr

ASKER

For client AS3 . ANY additional language required.
and for server .net c# . do i need wcf etc also.
I think that is going to depend on the amount of users you expect.  The clould/app platforms I mentioned are good choices and I left out azure http://azure.microsoft.com/en-us/develop/net/. The trend is to not use a traditional server and go with a plat form like azure, app engine, parse etc.  I know there are many others.  All of these things work as a web service.   Given that you are comfortable with .net, azure seems worthy for you to explore in detail as well as visual studio for development.
Avatar of rnsr

ASKER

I am completely new to Game Dvelopment. Hence my question level in of Beginner Level of Game.
   As per your post I can use Action script 3 as client and for server programming I should use azure or app engine , parse etc.
      Currently I will develop web based using AS3. But cannot get idea of server side Platform.

Kindly suggest.
The app platform becomes the what you would normally think of as the server.  You would develop your own api for things like adding users, game data, scores etc.   You can certainly do this on a shared server or dedicated server but I think if you are planning on having many users, the idea of using an app plat form like azure, parse, app engine or amazon is they allow quick scaleability.

If you are already used to working in .net, then azure may be a good choice with little learning curve.  Set up your database, create your own api for your CRUD and finally have your game interact via your api.

I don't do game development and only trying to help since there are no other answers.  But it shouldn't matter if this is a game, CMS or CRM, in the end you are either adding data to the db or getting data to inject to your program.    With these app platforms you will also find things like push notifications are part of the platform.

Good luck!
Avatar of rnsr

ASKER

Thanks. I will work as per ur guidance. Will post query if i need.

Regards,
Rajesh
Avatar of rnsr

ASKER

I am using Action Script3 in Flash Develop Environment. I have developed WCF service in .net c#.
  Now i need help how to call function's of wcf in as3.
Avatar of rnsr

ASKER

Thanks,