TNT Run minigame in PiCraft.jl
Video: YouTube
Example usage:
- buildArena(getPos(), 20, 25, 3) - build an arena in position of the player, 20 length, 25 width, 3 floors
- fillArena(getPos(), 20, 25, 3) - refill the area created above (you must stand on that bedrock)
- runMode() - make the sand and TNT disappear under your feet!
Multiplayer - it should work, but it probably isn't. Untested :)