stoneskin

learning coding with Scratch , Python and Java

10.2 Holiday Theme Games

Let use the Halloween game as example to show how to build a game.

10.2.1 Main Character

In the Halloween Catch game, the main character is the witch.

In this sprite we

witch witch code

10.2.2 Target Items

The targe items are flying pumpkin, if witch touch it,it will hide and the player got scores.

The pumpkin you could got from google search as we learned in Chapter 10.1, and remove the the background.

pumpkin pumpkin code

10.2.3 Enemies

Ghosts are the Enemies who will make your job more difficult.

ghost ghost code

10.2.4 Examples

Holiday theme game examples could be find in below, please remix or build you own to a Christmas theme game