Beginner Burst the Bubbles Combine start events and click events to make a game in which bubbles disappear by clicking on them as they float up the screen.
Intermediate Hungry Snake In the desert, you'll consolidate your understanding of conditions in programming and learn how different types of conditions can be used in code for different purposes.
Advanced Stopwatch Animation Learn about booleans to make a realistic stopwatch, where boolean values are affected by the stop, start and reset buttons.
Advanced Links Within Pages Learn how to make links within a web page that will scroll the page to a different section of the page.
Beginner Python Printing Start basic coding with Python by learning how to print lines of text on the screen.