Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to make a card game , in C#, where every player has a tablet ( iPad, android tablet, etc ) with their hand dealt to it and a separate screen with the card table on it. The player would select the card to play and it would be sent to the table screen. Basically just like a normal game of cards. This is mainly for people who have a hard time holding onto the physical cards.

I thought that it could be done with the player hands as web pages ( on the tablets ) and the table being either another web page or an app that also acts as the server. I realize this may not be the correct approach. I haven't done any network programming, and I'm at a loss as to how to implement this.

I hope this sufficiently explains my idea.
Thank you in advance.
Posted

1 solution

Not really a topic for "quick" answers but have a look at this site http://www.donationcoder.com/forum/index.php?topic=21494.0[^] ... the responses have some interesting ideas in there
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900