DevChatter / DevChatter/RockPaperScissorsBoom
Adjust All Naming in the System
Open
enhancement
- Dominant language
- C#
- Stars
- 7
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Right now we have:
- Game - The whole system having all bots face each other.
- Match - One bot facing another bot 1000 times (1000 rounds)
- Round - A single Rock-Paper-Scissors check between two bots.
We want something like this:
- Tournament - The whole system having all bots face each other.
- Match - One bot facing another bot 1000 times
- Game/Round - A single Rock-Paper-Scissors check between two bots. (Not sure on this naming yet.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.