Move with arrow keys. Collect coloured keys to go through doors. You can move through blue doors without a key. Only two levels so far.
Inspired by games such as nethack, rogue, and the like. This is more of a test to see if I can make a game with only one sprite and rendered exclusively with the pen with (somewhat) easy to edit levels. To edit the levels, find the long strings of numbers - each number represents a tile (check the costumes tab to see which tile) and each grouping of numbers represents a horizontal row of tiles, from top to bottom. Planning on adding: -More levels -Enemies Changes to v0.1: -the room implementation took me a stupid amount of time, but I finally got it working -changed elevator costume to make it easier for the engine to read (I think it wasn't detecting the white, so it didn't know it could move there on some monitors)