Remix this project to create your own adventure game. Use the a,w,s, and d keys to navigate with your character. Objects (such as keys) can be collected by clicking on them when you are near them. This will put them in your backpack. Objects in your backpack can be used (to open doors, etc) by clicking on them inside your backpack. Open the backpack by clicking the icon or using the spacebar. Other objects (such as gems) can give you points for touching them. Another type of object (question marks) can give the player information, either using a speech bubble or a recorded sound. The template includes an intro screen, 3 levels, and Finished Game screen, and a Game Over screen. Objects can be assigned to particular levels. Please see comments in code for detailed instructions on using this template.
Thanks to the participants of the Holyoke Codes Game Engine workshop, especially @programwiz and @spasquale_eureka!