Arrow keys to move. Touch Controls work in progress Red is obstacle Purple twirly thingy is acid- it makes you die after 5 seconds. Yellow blocks are teleporters- They teleport you to the top of them Now, you have gotten the pot of gold. You are safe now, but you need to learn some skills to pass these platformers. You apply for the school, but there is an entrance test- cross these obstacles and you will get admitted. Can you pass this platformer and get admitted to school?
Uses my new platformer base code. It is extremely efficient and removes all bugs from my previous versions. Meaning: Realistic gravity and jumping Realistic movement Realistic collisions with surfaces. It does this because I changed the algorithm. For all my previous platformers, the player would repeatedly go beneath the ground then above the ground because the code was not synced properly. This meant the player was shaking and the platformer would sometimes not work. Now, all this is integrated into one function which allows the player to slightly hover above the ground to avoid glitches.