Turn-based game
LiveStore is a great fit for turn-based games. In this guide we’ll look at a simple turn-based game and how to model it in LiveStore.
General idea: Let server enforce the logic that each player only commits one action per turn.
TODO: write rest of guide