This is a premium course. To view and assign premium course, you must upgrade your account
A Tile-based puzzle game where you must eat all of the Cake. Build as many levels as you want and challenge your friends
Set up a grid of Tiles which we can use to make our game
Add the player to the game and move them with the arrow keys
Add a function which checks for collision with tiles to prevent the player from walking on walls or out of the game screen
Learn to use Spritesheets to display images and animations
Use CSS to make the game look like it takes place inside a cake pan, and use some game logic to make tiles look 3D
Advance to the next level after eating all the cake, pick your starting location with the mouse, and reset levels by pressing "R"
Ideas for extra features you can add to your project