aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-01 08:45:29 -0600
committerGitHub <noreply@github.com>2022-12-01 08:45:29 -0600
commit76abe512529541872359c04909eb2150e1a2ce80 (patch)
tree9dba5160387ce517e4fa2fed401712799393e21e /README.md
parent1ea593b070c09110d7238c8610a2e0fe2288b2f8 (diff)
downloadTumble-76abe512529541872359c04909eb2150e1a2ce80.tar.gz
Tumble-76abe512529541872359c04909eb2150e1a2ce80.tar.bz2
Tumble-76abe512529541872359c04909eb2150e1a2ce80.zip
add todo list for @CraivMan and I
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 36 insertions, 2 deletions
diff --git a/README.md b/README.md
index 02f6944..681c340 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,36 @@
-# tumble
-A Minecraft: Java Edition plugin recreating the Tumble minigame from Minecraft: Xbox 360 Edition.
+# tumble-alphatest (@MylesAndMore @CraivMan)
+
+please let me know if there is anything more you think we should add @CraivMan!
+once this list is complete and all bugs are fixed, we *should* be ready for release...
+
+## generation
+
+- [ ] layers should be able to generate w/ "clumps" of blocks; instead of only one material as a whole
+ - [ ] the clump size should be customizable (for later); be able to set a min/max val and it will choose randomly per each clump (not in config file yet, just internally)
+ - PLEASE make a new class for this and make use of the generator if you can!
+
+## game realism
+
+- [ ] make the game blocks instant-breakable
+- [ ] add infinite snowballs in the gamemanager for tumble mode
+- [ ] make the randomized mode logic
+
+## game logic (fyi: very object-oriented)
+
+- [ ] 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
+ - [ ] 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
+ - [ ] add logic to do this
+
+## game legitimacy (@MylesAndMore)
+
+- [ ] add some example layer generation and layer material types, from actual game @MylesAndMore
+
+- [ ] add two configs where you can:
+ - [ ] set if you want the game to auto-start
+ - [ ] set the amt of players you want the game to auto-start at
+
+- [ ] add game music? but probably only for us; I feel like the og music must be copyrighted