Avatar of rnsr
rnsr
Flag 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.
Game ProgrammingAdobe FlashWeb DevelopmentWeb ApplicationsWeb Graphics Software

Avatar of undefined
Last Comment
rnsr

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Scott Fell

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
rnsr

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

ASKER
For client AS3 . ANY additional language required.
and for server .net c# . do i need wcf etc also.
Scott Fell

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.
Your help has saved me hundreds of hours of internet surfing.
fblack61
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.
Scott Fell

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!
rnsr

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

Regards,
Rajesh
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
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.
rnsr

ASKER
Thanks,