aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/los/numeros (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-08rename digger -> seeker and remove some old stuffSquibid2-30/+24
2024-06-08begins the code for EPHSFrog-That-code5-0/+332
2024-06-06add sounds when starting the gameSquibid2-6/+26
2024-06-06adds a new argment in the main struct to pass in command source to Main moduleFrog-That-code3-11/+13
2024-06-06add game clock module, which handles timed...Squibid2-0/+128
events during the game
2024-06-06add MinecraftTick.java to help with adding async...Squibid1-0/+77
delays, and converting tick to seconds
2024-06-05adds all the items for diggers and hiders in main module and has starts the ↵Frog-That-code2-34/+69
reset line code
2024-06-05stop overwriting the first element in hiders...Squibid1-3/+2
and make hiders array the correct length
2024-06-05load in MainModuleSquibid1-1/+4
2024-06-05seperate hiders from diggersSquibid2-6/+51
2024-06-05add giving item to players in main moduleFrog-That-code2-0/+106
2024-06-05add giving item to players in main moduleFrog-That-code2-0/+106
2024-06-04add hiders and diggers game initSquibid4-3/+65
2024-06-03update game engine and example gameSquibid4-27/+10
2024-06-03Update HidersAndDiggersSquibid1-0/+16
2024-06-03add hiders and diggers gameSquibid1-0/+0
2024-06-03implement game engineSquibid4-0/+91