(Take a look at the new scrolling version <a href="http://scratch.mit.edu/projects/inuwali/228022">here</a>!) I finally made my proof-of-concept game "Adventure Game" into a real game! You control a robot named "O" using the arrow keys. The object is to find the gold star and put it in the star-shaped hole (which you see next to you when you start). You'll need to pick up keys which open specific doors that unlock parts of the maze. Remember that you can only carry one key at a time. I have some things I'd still like to do: 1. Add music and sound effects 2. Enhance the end of the game with animation 3. Make the game less linear and more challenging You'll see, if you look at the code, that you could easily change the backgrounds and make your own map-based game. I used nine backgrounds (a 3x3 grid), but you can use as many as you like as long as you set up the variables properly in the Stage scripts. Please play, comment and remix!