Graphics Challenge
- Draw a picture of a space ship
- Give it a cool space starry background
- Draw the phases of the moon
Turtle Challenge
Use the Turtle to draw a coloured ‘tartan’ checked pattern.
Use different pen widths and transparency and maybe the same repeating pattern vertcally and horizontally using subroutines.
Geometry Challenges
- Write a program to draw a pentagon
- Write a program to draw a 5 pointed star
- Write a program to draw a cog
- Write a program to draw a cog wheel that rotates
- Write a program with two meshed cogs that turn
- Finally, white a program with 3 or more meshed rotating cogs
GUI Challenge
White an interface with buttons to move backwards and forwards through a list of options.
Each time the an option is selected new options are presented from the list.
The list could be anything, perhaps the colours of the rainbow.
Add an image or description of the currently selected item.
Try using partially transparent buttons covering textboxes to change the buttons’ text.