9
(android) Any good board game tutorial you could recommend?
(discuss.tchncs.de)
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
Are there patterns for rules and logic?
I think the command pattern would be useful. The user requests to perform a command. The command implementation can define preconditions and actions that mutate your game state.