Pacman.

Slides:



Advertisements
Similar presentations
Developing and writing learning objectives
Advertisements

Business and ICT Department Scratch Project. Aspire Challenge Kyle Brown Head of Business and Rye Hills School
Creating a Basic Pacman game
Lesson 1: Setting up a 2d game 9.5 Lesson Slides.
Starter: What do you think anti-bullying means? Starter: What do you think anti-bullying means?
Computer Programming TCP1224 Chapter 2 Beginning the Problem-Solving Process.
Programs, programs, everywhere! This is a starter activity and should take 5 minutes 1.Open up a text editor such as Notepad. 2.Write a list of all the.
Positions for 100 Rules for 100 Teams for 100.
Type accurately challenge! This is a starter activity and should take 2 minutes [ slide 1 ] 1.Can you type out the code in Code Box 2.1 with no errors.
SMARTER BALANCED Sample Tasks
Data Structures: A Pseudocode Approach with C1 Chapter 4 Objectives Upon completion you will be able to: Explain the design, use, and operation of a queue.
Outlook Basics. Technology and Tools Microsoft Outlook Basics to Manage Your Days – management – Calendar management – Task management 11/28/20152.
Stylizing a Navigation Menu with CSS Web Design – Section 4-13 Part or all of this lesson was adapted from the University of Washington’s “Web Design &
Python Lesson 2.
Problem Solving.  Similar to Solving Math Word Problem  Read the Problem  Decide how to go about Solving the Problem  Solve the Problem  Test the.
Bot Shop Jane Taylor Dee Wallace Robot C For Vex.
© 2016 AQA. Created by Teachit for AQA Lesson Representing algorithms (decomposition)
Programming – Algorithms (Flowcharts)
Dr. Fernando Paniagua Associate Professor CSIT Department
Use a variety of sources and compare their usefulness.
Computer Science A-level
@TeacherToolkit, license CC BY-NC-ND 3.0
Internet safety quiz Year 7.
Unit 3 lesson 2&3 The Need For Algorithms- Creativity in Algorithms
Randomising the behaviour of Sprites
@TeacherToolkit, license CC BY-NC-ND 3.0
Algorithm and Ambiguity
@TeacherToolkit, license CC BY-NC-ND 3.0
@TeacherToolkit, license CC BY-NC-ND 3.0
EDU 602 Innovative Education- -snaptutorial.com
PRG 421 Education on your terms/snaptutorial.com.
CIS 518 STUDY Lessons in Excellence-- cis518study.com.
CIS 518 STUDY Education for Service-- cis518study.com.
Self concept- Self esteem –
micro:bit for primary schools – mb4ps.co.uk
Problem Solving Techniques
Learning to Program in Python
Designing an Algorithm
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
المدخل إلى تكنولوجيا التعليم في ضوء الاتجاهات الحديثة
Lesson Objectives Must learn: What determines the balance of supply and demand Should learn: The purpose of understanding how supply and demand works.
SPECIALS: August 28.
For example:
Change and continuity in immigration (c )
Starter Activity Mini-presentations from last lesson – present your findings from Supply investigations.
Just Basic Lessons Mr. Kalmes.
Global Challenge Walking for Water Lesson 2.
Do Now Laptop People What are the three types of imperialism?
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
PYTHON: BUILDING BLOCKS Sequencing & Selection
COMPUTATIONAL THINKING COMPUTATIONAL THINKING IN PROGRAMMING
What can we find out about how to move quickly?
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
75 previous answer What is of 37.5? ? go to.
PowerPoint Questions Lessons 1 and 2.
How to Download And Install McAfee Mobile Security on iOS?
Global Challenge Walking for Water Lesson 2.
Global Challenge Walking for Water Lesson 2.
PACMAN OO Style.
Global Challenge Walking for Water Lesson 2.
Sequences Example Continue the following sequences for the next two terms 1, 2, 3, 4, 5, ……… 2, 4, 6, 8, 10, ………… 1, 3, 5, 7, 9, ………….. 4, 8, 12, 16, ………….
Starter Look at the hand-out.
75 previous answer What is of 60? ? go to.
Computational Thinking (How to think like a computer scientist)
Computer Science A-level
Scratch 7B IT 1.
Presentation transcript:

Pacman

In the previous lessons you were asked to write possible pseudocode to implement the rules of the player and ghost movement Pseudocode review

Creating code You will be supplied with example pseudocode for the sections discussed in the previous lessons. You will be supplied with some of the code for these classes already written. Your task is to continue writing the code (in C#) using the supplied code as a starting point and the supplied pseudocode Download both the pseudocode and the starter code. Instructions for setting up a new project are included with the pseudocode