<aside>
Starter code and instructions for kids are found here:
</aside>
Objective: Students are tasked with creating an interactive paint game in Scratch that allows users to draw on the canvas using a variety of tools and colours.
Final game with all features implemented.
Final game with all features implemented.
While the features to be implemented are mostly independent and can be tackled in any order, they are listed from simplest to most complex to aid in progressive learning:
It is suggested to start with the clear button as it involves the simplest coding and does not require variable handling. Next, encourage students to move on to fixing and adding new pen colours, which introduces variables in a gentle way.