aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename digger -> seeker and remove some old stuffSquibid2024-06-082-30/+24
|
* begins the code for EPHSFrog-That-code2024-06-085-0/+332
|
* add sounds when starting the gameSquibid2024-06-062-6/+26
|
* Merge branch 'master' of squi.bid:/var/git/lnmFrog-That-code2024-06-063-0/+205
|\
| * add game clock module, which handles timed...Squibid2024-06-062-0/+128
| | | | | | | | events during the game
| * add MinecraftTick.java to help with adding async...Squibid2024-06-061-0/+77
| | | | | | | | delays, and converting tick to seconds
* | adds a new argment in the main struct to pass in command source to Main moduleFrog-That-code2024-06-063-11/+13
|/
* adds all the items for diggers and hiders in main module and has starts the ↵Frog-That-code2024-06-052-34/+69
| | | | reset line code
* stop overwriting the first element in hiders...Squibid2024-06-051-3/+2
| | | | and make hiders array the correct length
* load in MainModuleSquibid2024-06-051-1/+4
|
* seperate hiders from diggersSquibid2024-06-052-6/+51
|
* add giving item to players in main moduleFrog-That-code2024-06-052-0/+106
|
* add hiders and diggers game initSquibid2024-06-044-3/+65
|
* update game engine and example gameSquibid2024-06-034-27/+10
|
* Update HidersAndDiggersSquibid2024-06-031-0/+16
|
* add hiders and diggers gameSquibid2024-06-031-0/+0
|
* implement game engineSquibid2024-06-034-0/+91
|
* initSquibid2024-06-037-0/+128