ian gover education technology adviser somerset county council how can i make a game and learn some...

15
Ian Gover Education Technology Adviser Somerset County Council How can I make a game and learn some programming ideas?

Upload: donna-watts

Post on 28-Dec-2015

218 views

Category:

Documents


1 download

TRANSCRIPT

Ian GoverEducation Technology Adviser

Somerset County Council

How can I make a game and

learn some programming ideas?

Using Scratch

http://scratch.mit.edu

Log in or Register

What do I want to create?

I think I want my game to….

Have a shark that moves around the sea bottom following the mouse pointer.

There will be fish who move around the screen which the shark will eat and then add to a score.

How can I split that passage in to program?

Have a shark that moves around the sea bottom following the mouse pointer.

The sea bottom and the shark

http://scratch.mit.edu/projects/12757541/

Make it your own

Add the program

What about the fish?

There will be fish who move around the screen which the shark will eat and then add to a score.

Create a variable called score

Add a fish

Make it smaller

Add the program

Copy the fish

Could you….

• Clear the score at the beginning of the game

• Stop the game after all the fish have been eaten

• Add a bonus point fish that adds 5 to the score

• Add an Octopus that if eaten will set all the points to zero