Remixable Platformer Engine --------------------------------------------- I made this engine so anyone interested in making a platformer that doesn't know how, or where to start, can use! IMPORTANT NOTE: Do not use this without giving credit. It is wrong and you know it. It doesn't hurt to type one sentence giving me credit! If I find that you used this without giving credit, I will report your project. Sorry, but it's what has to happen if you disobey this rule. --------------------------------------------------------------------------------- There are notes throughout the code, telling you what you can change about certain bits of the code. For instance, if you change the color of the ground, you have to change the color that's put into the code. With this, you can remix it, add more levels, and change anything you like! You can also backpack the sprite(s) to use. But always give credit! No matter how much you change of this! --------------------------------------------------------------------------------- CONTROLS: Arrow keys to move (up arrow key to jump, left arrow key to move left, right arrow key to move right), or W,A, and D keys (W to go up, A to go left, and D to go right).
Thanks to a tutorial for how to do (some) of the code. I definitely tweaked a few things to make it suitable for me. I did all art except for the player art, but I'm not sure who it's originally by. If you did it, tell me and I'll give your credit! The rest is by me.