Basic Platformer game, that is easy to make levels for. >------------------< all levels are 100% possible and are tested 3 times every week. if a level is too hard pls comment the level. >------------------< CHECK EVERY WEEK FOR MORE LEVELS >------------------< I followed @griffpatch 's tutorial on platformers to make this >------------------< [Controls] A,D = Move left and right W = Jump/Wall-Jump S = Move through platform [How to make your own levels] 1. Go into the "ground" sprite 2. Make new costume with the name of the level # 3. If there are platforms, do the same process as 1-2, but with the "platforms" sprite 4. Go into the "end" sprite 5. Make a rectangle and place it where you end is 6. Open the "x spawn cords" and "y spawn cords" lists 7. Make new entries, with the spawn cords for your level. (Make sure that the list # you use for your level, is the same as your level #) 8. Go into the "system" sprite, and update the max levels variable to the total amount of levels. 9. Test your levels, and fix things as needed. #platformer #basic #all #game #griffpatch