"game" is the set of items and shells delivered to players
"round" is the portion of gameplay until one player has 0 hp
"match" is three rounds won by the challenger or one round won by the dealer
all of this should be controlled within package game
terminology change:
- "game" is the set of items and shells delivered to players
- "round" is the portion of gameplay until one player has 0 hp
- "match" is three rounds won by the challenger or one round won by the dealer
all of this should be controlled within package game
zephyr
self-assigned this 2024-01-27 15:14:20 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
terminology change:
all of this should be controlled within package game
we now have a function to get match winner separate from round winner, but we don't set match winner when dealer wins