V0.36 -This project includes about 20 unique levels and one secret level. -If you beat all 20 levels without entering the editor, assuming you have a scratch account, your score will be added to the cloud -There are also extra levels after the pyramid one (which is the "end" level) if you want more Instructions: -WASD to move -Hit bricks from below to break them. EDITOR MODE -0 to enter editor mode -Still WASD to move -mouse to place tiles -number keys to select tiles -Q to toggle auto arranging tiles -E to select tile under the mouse -L to choose level (if you chose a level that doesn't exist it will copy the one you are on) -R to reset level. -H to change how many lives you have How to make your own levels (no coding required): 1. Remix the game (this means you can save the level you are editing to work on it over a period of time). Levels you make will not save when the game ends if you have not remixed the project. 2. Use the level editor (controls above) to design your own level. 3. Click 0, then L to view which level you are on. 4. Go to scratch's editor, and in the list section (under variables) select the "level store" list to read it. 5. Double click the level code of your level (this will be the code in the level store list that has the same number as your level number). 6. Copy and paste the code into the comments. Alternatively, instead of copying and pasting the level code you can share the remix. If I like your level, I might add it into the game!
IF THIS PROJECT GET 150 LIKES AND 150 FAVOURITES I WILL FINISH IT (although at this rate it seems unlikely ;) ). If you do want to remix this project, please actually change something (ie make your own levels/blocks) rather than keeping it the same, otherwise you are just taking credit for something you did not make. Credits: -Thanks to griffpatch for the tile scrolling tutorials, -Music from Super Mario Odyssey and Terraria Calamity Mod (by DM Dokuro). -Sounds are edited Scratch sounds. -Thanks to Rainloaf for the Capybara Sprite found here: https://rainloaf.itch.io/capybara-sprite-sheet I have edited some of these sprites to make it suitable for this game. -All art (apart from the capybara) made by me. This art took me a very long time to make, so if you need to use them please give credit. This art took a long time to make so I would apricate it if you give credit if you need to use it. -All code placed by me with help from the tutorial mentioned above Notes: Things you may want to add -More enemies -Bosses (buff enemies with phases - probably a state machine) -Story BUGS (that I know of) -When you leave the editor with a brick selected it will make a particle explosion -Small change in costume when capybara steps on a fall through platform with no X velocity -Mud and ice has terrible floor collision checks, nut I'm too lazy to fix it. If you find a bug please tell me about it in the comments. Hearts are now kept throughout levels, and you can change how many you have in the editor by pressing H.