Resources

The Scratch Patch

This introduction to programming in Scratch uses a trivial example to demonstrate simple audio and animation. It is written for Scratch 1.4 but can be easily adapted for later versions. ...

The Scratch patch - bubble sort algorithm

This short practical guide shows how to implement a bubble sort algorithm in Scratch. The procedure is easy to follow, and can be used in conjunction with theory or unplugged activities to aid...

The Scratch patch - crash, bang, wallop! Create a simple racing car game

This simple game is an engaging way to extend learning in Scratch. It uses fairly simple scripts running in parallel to detect collisions and move sprites, which have been designed in the Scratch environment. It could be used a basis for other similar ‘scrolling’ games. 

The Scratch patch - error handling

This activity is an introduction to writing programs that can handle errors. It also helps students to understand number bases, by guiding them through the writing of a ‘base converter’ program.

The Scratch patch - king of the heap (sort)

Suitable for students throughout secondary computing, including those studying at an advanced level, this exercise introduces the Heap Sort and explores why it is more efficient than the Bubble Sort in another Scratch Patch article. Students learn about tree data structures, including the correct terminology for...

The Scratch patch - make a Simon game

This game-writing activity using Scratch will bring back youthful memories for some! It provides...

The Scratch patch - making a simple game

This practical guide to creating a simple game is aimed at those new to programming with Scratch...

The Scratch patch - physics of a cannon ball

Combining some fundamental physics with trigonometry and computer programming, this guide helps students to create a simulation of the projectile motion of a cannon ball. The concepts are all briefly explained, and the program introduces some clever mathematics as well as game elements, such as collision detection...

The Scratch patch - substitution cipher

This project, exploring basic encryption, is a useful introduction to data security as well as iterating through strings to manipulate them. The program create a ‘substitution cipher’, one of the most basic forms of encryption. It also demonstrates that, for more complex chained commands, Scratch becomes rather...

The Scratch patch - the Julia set

This visual mathematics project focuses on the beautiful images known as Julia Sets (named after French mathematician Gaston Julia). Students use a repeated iterations to explore the world of complex numbers, writing and amending a relatively complicated Scratch program. 

Pages

Find a publisher