creating a basic pacman game. this will draw on all your previous knowledge of scratch to develop...

17
Creating a Basic Pacman game

Upload: samantha-hunt

Post on 16-Dec-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Creating a Basic Pacman game

• This will draw on all your previous knowledge of scratch to develop and programme this game.

• If any further help is needed try looking on www.learnscratch.org to assist you

Make the background black

• Sprite 1 will be your Maze draw your own

• Use mine as an example to copy

• To get more levels use costume change programme

Add red dot to make end of level

Increase size of the sprite to fit screen

Draw your pacman. Make sure you have a dot infront for colour sensing function

Copy costume and edit

Cut out mouth

Instructions will make pacman open and close mouth

1) This control will allow spite to move

2) First colour must be colour of dot

3 Second colour must be colour of maze trail

•Now all that is left is to get sprite to change direction

Change directions to correspond to arrows

On maze sprite make sure that colour one is colour of the pacman dot.

Second colour is your red final point

Now add another maze costume to develop a second level

Keep trail colour the same but change the colour that blocks the path

Extension Activities

• Create multiple Pacman levels

• Try adding a ghost to chase pacman (you can make this automatic. Or 2 player using W,A,S,&Z as your movement controls for ghost (sprite 3))