Java Lesson 35 Mr. Kalmes.

Slides:



Advertisements
Similar presentations
Strategic Teaching PD October 27 CE Hanna. Outcome You will recognize and be able to implement elements of a strategic lesson.
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);
SEPTEMBER 3, 2015 Welcome to 7 th grade math with Mrs. Edelen.
Decimal Roll Game Today’s Learning Goals  We will continue to practice comparing and adding/subtracting decimal numbers by playing a game.
Lesson 10.5 AIM: The Game of Pig. DO NOW What is a strategy? Give an example from your daily life of how you use strategies.
Quark-Tzee Dice Game with Sergio Novaes, IFT - CMS.
Coding Time This is a starter activity and should take about 10 minutes [ slide 1 ] 1.Log in to your computer 2.Open IDLE 3.Start a script session (Select.
LADDERS nakes and Vector. 100 FINISH
Today is Tuesday, October 6, 2015  You will need your: ◦ Writing utensil ◦ Planner and ◦ Language Arts journal ◦ SpringBoard book Announcements: Today.
TARGET FRACTION GAME. Let’s practice together. 1)What is our target fraction? 2)Roll all 4 dice only once. 3)Find the best 2 fractions using the numbers.
. Learning Target I will be able to develop an original myth that explains a natural phenomenon, teaches a lesson, and includes illustrations that promote.
Randomness Exploring Computer Science Lesson 4-10 – Part 2.
Chapter 3: BASICS OF PROBABILITY Example 3.3 When we roll a pair of dice, what is the probability a)Of getting a double? b)Of getting.
NL: reading Roman numerals 1-12.
JUST BASIC Lessons 6 – 9 Mr. Kalmes.
Python Lesson 12 Mr. Kalmes.
Python Lesson 12 Mr. Kalmes.
The UK Tier 1 Entrepreneur Visa and the UK Representative of Overseas Business Visa - SmartMove2UK
QUESTION INSTRUCTIONS
Python Lesson 6 Mr. Kalmes.
Vector nakes and L A D D E R S.
Python Lesson 3 Mr. Kalmes.
Python Lessons 9 & 10 Mr. Kalmes.
Value of Combinations (Dimes and Pennies)
Python Lessons 13 & 14 Mr. Kalmes.
Environmental Science book – Pg. 11
Unit 4. Day 8..
Year 2 Autumn Term Week 3 Lesson 2
10/13 Warm up: Write an equation of a line that is perpendicular to y= -2x+8 and passes through the point (3,-7). Learning target: you will be able.
And and or…and RANDOMNESS
Java Lesson 36 Mr. Kalmes.
Python Lesson 21 Mr. Kalmes.
Java Lessons 17 – 20 Mr. Kalmes.
QUESTION INSTRUCTIONS
Java Lessons 28 – 32 Mr. Kalmes.
Just Basic Lessons Mr. Kalmes.
Java Lessons 5 – 8 Mr. Kalmes.
PRIME FACTORIZATION USING FACTOR TREES!.
Stories of Human Rights
Just Basic Lesson 17 Part 1 Mr. Kalmes.
Just Basic Lessons 14 Mr. Kalmes.
Stories of Human Rights
Year 2 Summer Term Week 2 Lesson 1
Python Lesson’S 1 & 2 Mr. Kalmes.
Year 2 Autumn Term Week 3 Lesson 2
Just Basic Lessons 7&8 Mr. Kalmes.
Just Basic Lesson 15 Mr. Kalmes.
Acid & Base Review Equilibrium Notes & Lab
PYTHON LESSON 5 Mr. Kalmes.
Just Basic Lessons Mr. Kalmes.
Basic Lessons 5 & 6 Mr. Kalmes.
Just Basic Lesson 12 Mr. Kalmes.
Just Basic Lessons 9 Mr. Kalmes.
Exploring Computer Science Lesson 4-10 – Part 2
Just Basic Lesson 20 Mr. Kalmes.
Just Basic Lesson 19 Mr. Kalmes.
Python Lessons 7 & 8 Mr. Kalmes.
Fun… Tree Diagrams… Probability.
Java Lessons Mr. Kalmes.
Was the advertisement effective in selling its product or idea?
Just Basic Lesson 13 Mr. Kalmes.
Computer Science 1 Review and finish Number base conversion
Solve the ones column, then move to the next column
Java Lessons 9 – 12 Mr. Kalmes.
8.7 – Factoring ax2 + bx + c (when a ≠1)
Games Design.
Just Basic Lessons 7 Mr. Kalmes.
Just Basic Lessons 8 Mr. Kalmes.
Plenary
Iteration – While Loops
Presentation transcript:

Java Lesson 35 Mr. Kalmes

Learning Target I will be able to use functions in my code I will be able to create a game called Yacht

Lesson 35 Today you will be creating a game called Yacht. It is the original version of Yahtzee. The idea of the game is to roll the dice until all dice equal the same number. This program will continue to roll until a Yacht is reached. It will also show what dice were rolled.

Yacht Code

Your program Your Yacht program must include a sixth dice. I have given you enough code to complete this program.

Were you able to finish you game today? Exit Slip Were you able to finish you game today?