This is a proof-of-concept map-based game. You can create maps of unlimited size; you just have to make sure to number the backgrounds correctly. You can see from the Stage backgrounds how I do this... Basically you break the map into a grid and then number starting from the top left zone and proceeding row by row. The scripts will work for maps that are just one row or one column, so this could also be used for a basic side-scrolling game. Please take this project as a starting point and do whatever you like--add enemies (or friends), come up with objects to collect or puzzles to solve.