These are 2D web based implementations with some remote server to sync moves between players. All the rules are written as code that gets validated. So you don’t know how to play a game before hand. You can skim the rules and use the game to learn.
TTS sometimes requires you to sometimes know how to play. So you can move some 3D widget to the right place. They get around having to coffee the roles by forcing the players to know how to play.
Imagine you + friends are wearing a VR headset/matrix/meta verse/whatever. You are in a simulated room with stack of board game pieces. The physics stimulates how the pieces interact with proscribing any particular rules.
I don’t think you need to worry about VR. I’m no game developer, but I wager to some degree, it’s probably easier to create your pieces in an existing 3D engine. And allow yourself to move them. Bit of code to randomise cards and you don’t need to worry about rules.
These are 2D web based implementations with some remote server to sync moves between players. All the rules are written as code that gets validated. So you don’t know how to play a game before hand. You can skim the rules and use the game to learn.
TTS sometimes requires you to sometimes know how to play. So you can move some 3D widget to the right place. They get around having to coffee the roles by forcing the players to know how to play.