Use the arrow keys to move around. Try to find the treasure chest to win. Treasure has a 1 in 2000 chance of spawning. You may find it very easy or it may take a long time. The world is randomly generated tiles. Unfortunately once a tile disappears from the screen it will now be saved so if you go back in that direction the landscape will not be the same. The easiest way to implement map saving would be a 2d array which scratch does not currently support. I highly encourage taking this basic engine and using it to create more complicated games with. The point of this project was not the game but rather the engine itself. This version can be a little glitchy causing white lines to appear on the screen sometimes when colliding with an object while pressing multiple arrow keys at the same time. This will be fixed in the future by creating hitboxes. If you spawn in a non-walkable tile restart. Glitches have been known to occur in certain browsers where tiles do not wrap creating large white spaces on the screen. If this occurs try minimizing the game screen if in full-screen mode. If the problem still persists try switching browsers.