Hi.
I came recently into a problem with generating starting game situation. I need to ask what are the best practices connecting to it? Should I create cards and tokens in the setupNewGame() method or with separate gamestate? I've tried already with separate state to generate tokens with notifications, but there is a problem that notifications aren't sent to the client. Am I doing something wrong?
I came recently into a problem with generating starting game situation. I need to ask what are the best practices connecting to it? Should I create cards and tokens in the setupNewGame() method or with separate gamestate? I've tried already with separate state to generate tokens with notifications, but there is a problem that notifications aren't sent to the client. Am I doing something wrong?