Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Sir i am a newbie in programming field. I wanna create a multi-player network based Poker Card game as my B.tech project. I google alot and created a client-server chat app as a part of the game. Now i am really confused how to proceed further. I dpn't know how server works in a multi-player game. Should i create more then one server (one for chat interaction between the players and other for handling the game status). I Have no idea what to do. Even though there are no tutorials available on Net which can help me throughout the stages of my project. Should i better take coaching or what should i do? Please help me. I have done a basics course in .NET(C#, winforms,webapplication) and developed many websites in .NET. But have no idea about networking :( . Please help me.
Posted

1 solution

You should educate yourself on the general principles of client-server apps - that would help you design a solution. There's no need to create multiple servers. A single server that offers multiple services (e.g. for chat, for retrieving a poker hand, for making plays, etc) will suffice.

/ravi
 
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