These rules determine how some basic interactions work and get the flow of the game going.
Alterable rules are rules with normal properties.
Most of these rules will be added by the players during play, but some alterable rules are added to the game at the start.
The game should always start with the following types of rules:
- **"At the end of their turn, the player with their name-card to the left of the turn player takes the next turn."**
Simple turn order to start out with.
Requires name cards (or other unique player representations) being placed in the play-area.
- **"Once, add one 60 card poker deck to the table."**
An actionable object is established ahead of time in order to speed up the beginning of the game.
- **"During their turn, every player draws a card from the deck and adds it to their 'hand'."**
A universal action is established ahead of time in order to speed up the beginning of the game.