Lessons
Getting started
[
{
"name": "Cherry Pickr",
"description": "Learn the basics of creating a game",
"url": "/lessons/cherry-pickr",
"imageUrl": "/docs/static/lessons/cherry-pickr.png"
},
{
"name": "Dance Party",
"description": "Create a basic dance collision game using sprite overlap events and controller buttons!",
"url": "/lessons/dance-party",
"imageUrl": "/docs/static/lessons/dance-party.png"
},
{
"name": "BlockOut",
"description": "Create a projectile collision game",
"url": "/lessons/block-out",
"imageUrl": "/docs/static/lessons/block-out.png"
}
]
See Also
Block Out,
Cherry Pickr,
Dance Party