aboutsummaryrefslogtreecommitdiff
path: root/src/main/java (unfollow)
Commit message (Collapse)Author
2022-12-07THE COUNTDOWN IS THE BEST THING I'VE ADDEDMyles
2022-12-07wow I finally added a *core game mechanic*!11!!Myles
(blocks break when a snowball impacts them in the gameWorld)
2022-12-07bug fixes and duplicate game glitch fixedMyles
2022-12-07prevent players from joining during a gameMyles
2022-12-07prevent players from moving before game beginsMyles
2022-12-07parity and other gameplay changesMyles
now uses titles (mostly) instead of broadcast text when broadcast text is used, it is only sent to the game's players a few sounds have been added
2022-12-07add immediate respawn to the gameWorld on linkMyles
2022-12-06look we have fancy titles now!Myles
and just a *quick* side note, everything actually works now basically: bug fixes, title, more user feedback, the usual
2022-12-06add delay in gameEndMyles
2022-12-06GIVING ITEMS IS SO ANNOYING!CraivMan
(And prevented item dropping)
2022-12-06Dedication is when you:Myles
Forget about ONE PART of the method so then you get on your phone in the GitHub web ui and change it (much harder than it seems!!) Added change game modes to game end
2022-12-06finish the gameEnd methodMyles
2022-12-06roundEnd maybe works now wheeeeMyles
also more reformatting because I will never be satisfied with my code
2022-12-06more modularity and reformatting and performance!!Myles
2022-12-06we do a little reformattingMyles
of the ItemDamage event to keep it all in one location sorry Carver, it's just easier to read :)
2022-12-06new tp method and more commentsMyles
2022-12-06me when the importsMyles
are unused
2022-12-05Infinite snowballs (unfixed) #2CraivMan
2022-12-05Infinite snowballs (unfixed)CraivMan
2022-12-05add gamemode switching at end of roundMyles
2022-12-05reformatting pt.2Myles
this one *shouldn't* break everything (but that's what they all say)
2022-12-05reformatting (this may break things)Myles
removed some flagged imports and changed some of the regen code might need to revert the commit...
2022-12-04Prevented shovels from losing durability (PT 2)CraivMan
2022-12-04Prevented shovels from losing durabilityCraivMan
2022-12-03Added round logic (PT 2)CraivMan
I did this all (100% without myles)
2022-12-03Added round logic (PT 1)CraivMan
I did this all (100% without Myles)
2022-12-03Added cuboid generator (clear layers)CraivMan
2022-12-03add [tumble] prefixMyles
2022-12-03carver is too good at bug fixingMyles
2022-12-03AAH SPIDERS EVERYWHEREMyles
(bug fixes)
2022-12-03slight change to start messageMyles
2022-12-02slight reformat in StartGame for the Game management refactorsMyles
2022-12-02new Game managementMyles
GameManager.java has been superseded by Game.java this is where the game will be managed from now on; created, scores tracked, ended, etc (this was way harder than it looks to code...) AND IT STILL DOESNT WORK AOIFHJRGRI HRSDO
2022-12-02add PlayerDeathEvent for use in GameMyles
2022-12-02add init messageMyles
2022-12-02I unfourtenatly cannot spellMyles
2022-12-02I WILL MURDER EVER YSINGEL EMISCOLON IN TEH WEORLDMyles
2022-12-02imagine spellingMyles
2022-12-02I CANT DO THISMyles
by that I mean editing without an ide seriously the chromebook is AWFUL :((((
2022-12-02VARIABLE TYPESMyles
2022-12-02begin the game object (eventual replacement for gamemanager)Myles
also added another field in the TumbleManager for getting the game type
2022-12-01return statements exist?Myles
2022-12-01start on methodized gameMyles
2022-11-27add some static testing generation in the GameManagerMyles
2022-11-27add cyl support in generatorMyles
2022-11-27change startgame messageMyles
2022-11-27add a circle generator (ew math)Myles
2022-11-27more refactoring rel. TumbleManagerMyles
2022-11-27reformat StartGame and integrate with GameManagerMyles
2022-11-27create GameManagerMyles