diff options
author | CraivMan <gamemaster370.carver@gmail.com> | 2022-12-05 21:10:02 -0600 |
---|---|---|
committer | CraivMan <gamemaster370.carver@gmail.com> | 2022-12-05 21:10:02 -0600 |
commit | ba8c012d76e1ef5a2bfe7a6fda91d804e8b36518 (patch) | |
tree | f96cf583c94b73a24360041568a60fae5c4c2148 /README.md | |
parent | cc6e428517da5fe6acd3659bfbe4ebd4fa3ea5a5 (diff) | |
parent | c4375578c74f13993209d7b3673e91ab3f9b81d2 (diff) | |
download | Tumble-ba8c012d76e1ef5a2bfe7a6fda91d804e8b36518.tar.gz Tumble-ba8c012d76e1ef5a2bfe7a6fda91d804e8b36518.tar.bz2 Tumble-ba8c012d76e1ef5a2bfe7a6fda91d804e8b36518.zip |
Merge remote-tracking branch 'origin/alphatest' into alphatest
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ once this list is complete and all bugs are fixed, we *should* be ready for rele ## game realism -- [ ] make the shovel in shovels mode not lose any durabilty +- [x] make the shovel in shovels mode not lose any durabilty - [ ] make the game blocks breakable very fast, but **not instantly--very important for balancing!!** - [ ] add infinite snowballs in the gamemanager for tumble mode - [ ] make it so that you can't remove any of the game items from your inventory @@ -21,7 +21,7 @@ once this list is complete and all bugs are fixed, we *should* be ready for rele ## game logic (fyi: very object-oriented) -- [ ] make a Game class and object that we can initialize a new instance of with a gameType +- [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 - [ ] keep track of when someone wins; start a new round when this happens |