This is a game build in Scratch, an educational programming language for children.
Children enjoy learning programming the most, when they build their own games.
In this game they learn how to build a 'shooting' game. There're a few actors (sprites) in this game: a rocket, the Earth, a laser ... and asteroids.
Programming concepts covered in the teaching plan include:
- sequences
- variables
- conditionals (if then)
- loops (forever, repeat until)
- random values
This is my first upload. Pl