Skip to main content
edited body; edited title
Source Link
user1430
user1430

How to holdshould I store game data in cardsa game server?

I'm new to game server development. I'm I'm facing this issue  : I

I want to develop a cardscard game server, but I'm not sure about the solution to hold the game data while playing.

Example  : In a poker game, when a player domakes a move, the server will process the request and send it to all other players. But how will the game server know what'swhat the current state of the game is to do nextsubsequent actions? Should I save all moves into database and server will look into it to know the current state  ?

Thanks for help.

How to hold game data in cards game server

I'm new to game server development. I'm facing this issue  : I want to develop a cards game server, but I'm not sure about the solution to hold the game data while playing.

Example  : In poker game, when a player do a move, server will process the request and send it to all other players. But how the game server know what's the current state of the game to do next actions? Should I save all moves into database and server will look into it to know the current state  ?

Thanks for help.

How should I store game data in a game server?

I'm new to game server development. I'm facing this issue:

I want to develop a card game server, but I'm not sure about the solution to hold the game data while playing.

Example: In a poker game, when a player makes a move, the server will process the request and send it to all other players. But how will the game server know what the current state of the game is to do subsequent actions? Should I save all moves into database and server will look into it to know the current state?

Source Link

How to hold game data in cards game server

I'm new to game server development. I'm facing this issue : I want to develop a cards game server, but I'm not sure about the solution to hold the game data while playing.

Example : In poker game, when a player do a move, server will process the request and send it to all other players. But how the game server know what's the current state of the game to do next actions? Should I save all moves into database and server will look into it to know the current state ?

Thanks for help.