Card game server side technology, which one to choose?

General Tech Technology & Software 3 years ago

3.41K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

I am making card game in C# WPF. For now I have singleplayer mode, and now I need to make multiplayer mode.

This game is for 4 player only. One of them will create game and start server. After that 4 player will connect to the game through game client application. Every player have 60 seconds to play, after that server get notification and then it is other player turn.

Is it okay to be done with web service or would it be better if it is done through TcpListener and TcpClient technology, or perhaps some third option?

0 views
0 shares

profilepic.png
manpreet 3 years ago

Assuming the players are on the internet I'd go the web service route. At least you'd want to use http and port 80 to be able to get through firewalls easier. You wouldn't want your users to have to specifically open up ports just to play the game.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum