What is the object of Block Shuffle?
To find and stand on the random block that you are given.
What is the object of Death Swap?
Survive the traps set by your opponent while killing them with yours
How do you output a line to the console?
What year did Minecraft launch?
2011
What block do we have this class?
F
How long are you given per round?
5 minutes
How long are you given per round?
5 minutes
What method type doesn't return a value?
Void
What is the best armor as of update 1.16?
Netherite
What sport do I play?
Baseball
Listener class
How long is the countdown before you swap places with your opponent?
10 seconds
What is the difference between int and float?
What is the crafting recipe for an anvil
3 iron blocks, 4 iron ingots
What language are most languages that are used in game development based off of?
C
What block is the hardest to obtain in Block Shuffle?
Anvil
How many people can be in a game of Death Swap?
Up to 4 players
What is the largest number an int can hold?
2,147,483,647 (2^31 - 1)
How did the creeper originate?
It was a failed pig model
What college in the US has the lowest acceptance rate?
Curtis Institute of Music (4%)
Name one of the two libraries that the game runs on
Bukkit and Spigot
What versions of the game does Death Swap work on?
1.15.1, 1.15.2, 1.16.1
What does this code do?
public static int ----(int n)
{ int result = 0;
if(n == 0)
result = 1;
else
result = n * ----(n-1);
return result;
}
Returns n!
To the nearest minute, what is the fastest a player has ever completed Minecraft?
11 minutes
What year did the US first host the Olympic Games
1904 (St. Louis)