Totally Done
I finally got the game uploaded as the website is working much better now.

I worked together with a team and we're very happy that we managed to create a mostly working game.
Now we are very excited to go explore and see what everyone else came up with.
You can give our game a try here
public void openBox() {
if (player.hasItem(Data.itemChainsaw)) player.showInfo("Nothing useful in there.");
else player.giveItem(Data.itemChainsawFuel);
}
:smile: