Programming Pacman Lesson 1 Algorithms

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

PROGRAMMING PACMAN

Learning Intention: We are learning to write algorithms


Instructions: Write a list of commands that will move pacman from where he is to Blinky
The first one has been done for you.
Be careful - You are not allowed to move through the coloured squares!

Commands:
Move Right

Commands that you can use:


Move Left
Move Right
Move Down
Move Up

You might also like