aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-07 20:14:25 +0000
committerMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-07 20:14:25 +0000
commit8a1072641f30af8c06361a03a302321822c3ce7f (patch)
treea8c75854b32596163d6020e88d21c65f07391786 /README.md
parent1e9bd767570ab714d6007daebb4ee618a5ccdf79 (diff)
downloadTumble-8a1072641f30af8c06361a03a302321822c3ce7f.tar.gz
Tumble-8a1072641f30af8c06361a03a302321822c3ce7f.tar.bz2
Tumble-8a1072641f30af8c06361a03a302321822c3ce7f.zip
prevent players from joining during a game
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f98959..baa83c6 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ once this list is complete and all bugs are fixed, we *should* be ready for rele
- [x] make a Game class and object that we can initialize a new instance of with a gameType
- [ ] within this game object, while games are running:
- - [ ] prevent players from joining/autojoining during
+ - [x] prevent players from joining/autojoining during
- [x] keep track of when someone wins; start a new round when this happens
- [x] keep track of how many wins each player has; end the game when a player reaches 3
- [ ] add a section in the config for a place to tp the winning player