This is a vanilla javascript 2D maze game based around the fact that the player can swap between environments. You're playing a kangourou in Australia forest, and you'll have find you way to the burrow. To get to the burrow you can push rocks or you can press SPACE BAR to swap on the second environment, but be careful to not swap on fire.
This game is not easy and you'll certainly not win the game without dying. This is why we added an auto-save feature using sessionStorage. Just make sure to not close the windows or you'll lose all your progression.
You can disable sound by pressing S.
The game uses two dimensional javascript array to store all the levels information which was designed in Figma, making the implementation of new levels to the game easier.