This step-by-step guide will walk you through building a complete 2D platformer using Waffle.
Add a Player and Ground
Make the Player Move Left and Right
Add Jumping and Gravity
Add Floating Platforms
Add a Goal to Win the Level
Add Coins to Collect
coin.png
.See our Sprite Guide for help uploading custom images.Add an Enemy
goblin.png
.See our Sprite Guide to learn how to create and upload sprites.Add Multiple Levels
Add Background Music (Optional)
background.mp3
.Add a Simple Main Menu
Add checkpoints so players don't restart the level from the beginning.
Add power-ups that make the player run faster or jump higher.
Add particle effects when the player collects a coin or hits an enemy.