Structure diagrams for lab 13

Slides:



Advertisements
Similar presentations
Instructions for Playing Jeopardy Click on the question that you want to attempt, example $100 Read the question and click on the slide to advance to.
Advertisements

Picture It Very Basic Game Picture Pepper. Original Game import java.util.Scanner; public class Game { public static void main() { Scanner scan=new Scanner(System.in);
Stem and leaf diagrams and box plots Statistics. Draw a stem and leaf diagram using the set of data below
TIC-TAC-TOE FELIX CHEN CLUSTER 5: Computers in Biophysics and Robotics.
Integer Tic Tac Toe Let’s Begin Rules: 1.Erase all x’s and o’s from the previous game before you begin. 2.Decide which player will be x’s and which will.
Prime Time 1.1 Finding Proper Factors
Dice Task Task 1Task 2Task 3Task 4 Task 5Task 6Task 7Task 8 NC Level 3 to 6.
Escape from Fitz! Mark Healy Nickie McCabe April 26, 2005.
Choose level of difficulty
You can type your own categories and points values in this game board. Type your questions and answers in the slides we’ve provided. When you’re in slide.
Lesson 2-2 Example Kaliska is playing a board game with her family. A $5 bill of the play money has two sides with a length of 12 centimeters and.
Globalisation The Trading Game Objectives: Each group tries to make as much money as possible using only the materials they are given. They can.
Water Matters! Jeopardy Game Review of the Water Matters! Curricula Grades 6-8.
ELECTRICITY.
{ Interpreting the Quotient Lesson 1.13:.   For each, say the multiplication sentence.   On your board, write the division sentence.   2 x 3  
CSC172 Class Design Pepper. Goals How to design classes How to think in terms of objects StarUML Code Generation.
1. Given a blank piece of paper and a pencil, be able to correctly draw a field for a soccer game identifying field length, width, penalty boxes,
About the Game of Soccer. Soccer start in England in the early 1800’s.
Directions: Each player has coloured pie chart. Players takes turns in rolling the numbered coloured die, player moves forward and places their counter.
Geun-woo Kim ( 김근우 ) Bo-seung Kim ( 김보승 ) Jung-pil Yoon ( 윤정필 )
World Religions Tabulate Game. wild cards wild cards ordinary cards.
CSC480 Class Design Pepper. Goals How to design classes StarUML Code Generation.
1 EFF#GAbABbBCC#DEbE FF#GAbABbBCC#DEbEA FF#GAbDEbEA GAbABbBCC#DEbEFF#G BbBCC#D FF#GAbBCC#DEbEABbB EFF#GAbABbBCC#DEbE
Game Board Title Your name. Game Board Title Topic 1 – 100 points Enter your answer.
Category 1 Category 5 Category 4 Category 3 Category
SpaceChemistryWDYAKGeneticsWaterPSSA Vocab $ $ $ $ $ $ $ $ $ $ $ $ $ $
DISPLAYS BULLETIN BOARDS, DISPLAY BOXES, DISPLAY WINDOWS, DISPLAY BOARDS.
Multiples and Factors. Multiples A multiple is a number that is in the times tables. A multiple is a number that is in the times tables. Multiples of.
Mathopoly! Created by: Rebecca A. Maupin March 25, 2013.
WARM UP Draw and label one of each of the following triangles: (Be sure to include all necessary notations) 1.Obtuse 2.Scalene 3.Right 4.Isosceles 5.Acute.
Picking Apples. Subtraction game. Turn over two cards from 0-10 Work out the difference. If you have an apple with this amount put a counter on it. First.
MATLAB Lab Simulating Billiard Game Modify hitball.m and myball.m to simulate 3-cushion billiard game. Rules: –two players –three balls.
Star UML and CRC Cards Pepper.
What is in the Bank? Quarters, Dimes, Nickels, and Pennies.
Name 8/29/17.
Washington Capitals HOW MANY PLAYERS? Counting and Adding with Hockey
Interpreting the Quotient
Stem and leaf diagrams and box plots
O X X O O X X O X O X O O X O X O X Tic Tac Toe Graphical
Word Bank Rational Natural Irrational Integers Whole
Volume: Working Backwards
How to fold a sheet of paper to make a Frayer Diagram.
Play the Consequence Wheel Empathy Game
Four Corners.
الاسبوع الإرشادي.
Do Now Heading: Dot Motion Diagrams
Find a Friend From the Card
Phase Change – depends on heat energy
Main Game Set-Up Fill in your questions and answers.
O B I G N X O X X O O O A I B S C.
Limit BINGO (teacher scramble the slides)
Move in Two’s From the card Pass between two’s. T T
Memory The game consists of 15 slides. There are 7 equations, 7 solutions, and one bonus space!! Begin by clicking once on any box. If you have an equation,
Alphabet Bingo BINGO r g j l o d h s i n m f b y w q e BINGO f j s g m
Orbital Box Diagrams.
Strike it out.
CARE GROUP SESSION.
A First Grade Number Routine
Draw the structure diagram for the element.
PICK 6 Game Board
Limit BINGO (teacher scramble the slides)
Factor Game Sample Game.
Unit 10 Review Around the World.
Word word word word word word word word.
The Game of Estimation point 3 points 2 points
Goal Space Parts Rules Mechanics Space – Where the game takes place
Tic-Tac-Toe Game Engine
The storytelling icon game
New Year Resolutions 3rd ESO.
Online Pogo Game Customer Service
Presentation transcript:

Structure diagrams for lab 13

Create game board draw W---- draw ----W draw | | | | draw ----- Lab 13 Parts IA,B

Lab 13Parts IC, D, E Create game board player draw ----- draw | | | | player draw W---- or B---- draw ----W or ----B drawLeftStone( turn) drawRightStone( turn)

Create game board Lab 13 Part F player draw a box box( player) player draw ----- draw | | | | player draw W---- or B---- draw ----W or ----B drawLeftStone( turn) drawRightStone( turn)

drawRightStone( turn) Create game board Lab 13 Part G player corner draw a box box( player, corner) player draw ----- draw | | | | player draw W---- or B---- draw ----W or ----B drawLeftStone( turn) drawRightStone( turn)