top | item 27310607

(no title)

sunsetSamurai | 4 years ago

Hi, what type of board games are you working? I wanna create a makruk game server and don't even know where to start

discuss

order

mathgladiator|4 years ago

A number of games, but my favorite that I have a working back-end for is Battlestar Galactica ( https://boardgamegeek.com/boardgame/37111/battlestar-galacti... ), and it is complicated.

I'm currently designing my own deck builder similar to Dominion.

My advice would be to use first make a game without the network, and just have hotseat. Once you have a hotseat game, then the question is how to pull the state out of the client and then be shared between two computers.

The complications arise during the failure modes of the network, and how transactions play between multiple play. Chess is a fairly simple game to get started with (I'm not sure how makruk compares), but modern eurogames tend have a lot of rules that can be changed by pieces or cards. These get... very complicated.