StarLogoTNG 101 Treasure Hunt Game Unit Wrap Up. Today’s Agenda Review Mini-lesson and programming practice on set camera and ID Finish making the treasure.

Slides:



Advertisements
Similar presentations
Formatting Long Documents This resource will help you gain the skills to make a long document look good. Using these skills will save you lots of time.
Advertisements

Congratulations! You have just installed the Presentation Game Add-In.
Mission Technology Introduction to Scratch! June 2007.
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 9: Variables.
Using the Computer and Managing Files 1. Basic Information And Operations  View The Computer's Basic System Information  Change The Computer's Desktop.
® Microsoft Office 2010 Appendix A: Introduction to SkyDrive and Office Web Apps.
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 4: Forever and Procedures.
Objectives Define photo editing software
Annotation and PDF formats Several features allow you to make the most of your stylus and the programs on your Klein ISD Tablet PC: Annotating (“Writing”)
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 6: Terrain.
2. Run. Hours button 1. Run. Hours screen Running hours.
Wizard Game: Class-Level Variables in Alice By Jenna Hayes Under the direction of Professor Susan Rodger Duke University, July
+ EDU Glogster and You Presentations that work! Created by Beth van Kan April 2, 2010.
INTRODUCTION TO SCRATCH. About Me Resources Scratch Website Learn Scratch Washington-Lee Computer.
Click Add a Contact. Complete the “Add a Contact” form. Select “company name” to search for the contact on your corporate network. Click on Next. The Search.
 Experiment with the Design features to get the look you want for your presentation.  Most design templates will keep the design the same on all your.
StarLogoTNG Treasure Hunt Game Unit Lesson 1: Basic Movement.
Fell View Computer Club StarLogo TNG – Session Two.
A Prezi presentation is like creating a mind map. It is created on a blank canvas and you decide where the information goes on this canvas.
Mastering Your Word Processing Skills
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Building apps Suitable for: Advanced.
XP Tutorial 5 Buttons, Behaviors, and Sounds. XP New Perspectives on Macromedia Flash MX Buttons Interactive means that the user has some level.
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 3: Treasures and Hazards.
Go to the Destiny home page,
Final Presentation – CS 425 Aaron O'Banion Todd Astroth Chris Cobb Matt Stowe Mark Williams.
To download PhotoStory: Go to On the left side under Product Resources, click on Downloads.
Overview In this tutorial you will: learn different ways to conduct a web search learn how to save and print search results learn about social bookmarking.
Introduction to Arrays. definitions and things to consider… This presentation is designed to give a simple demonstration of array and object visualizations.
Microsoft ® Outlook ® 2010 Outlook How-Tos. Course Contents Learn how to perform several daily Outlook tasks using Calendars, Clipart, and features.
Computing Fundamentals Module Lesson 3 — Changing Settings and Customizing the Desktop Computer Literacy BASICS.
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 2: Keyboard Controls.
By Melissa Dalis Professor Susan Rodger Duke University June 2011 Multiplication Table.
Learning Unity. Getting Unity
Using Google Calendar February What is Google Calendar? Free online calendar available through Google!
StarLogoTNG Treasure Hunt Game Unit Lesson 1: Basic Movement.
Edmo.do/j/q4b8fs xnt8zb SAVE DOCUMENTS TO EDMODO WEBSITE.
Piñata Game: Keeping Score in Alice By Maggie Bashford Professor Susan Rodger Duke University July
Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.
Adobe Photoshop CS5 – Illustrated Unit A: Getting Started with Photoshop CS5.
Can I get your number? By Melissa Dalis Professor Susan Rodger Duke University June 2011.
LPPS Middle School School Math Smartboard Group June 24, :00-3:00 Facilitated by Kevin Blount Holden School.
What is Voice Thread? VoiceThread is an application that runs inside your web browser, so there is no software to download, install, or update. VoiceThread.
Insert a voice comment in Word 2007 Before you can add a voice comment for the first time, you need to add the Insert Voice command to the Quick Access.
Lesson 1 - Understanding the Word Window and Creating a New Document
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 7: Coordinate System.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
PowerPoint: POWERful or POINTless Dana Lane June 22, 2009.
Debugging tools in Flash CIS 126. Debugging Flash provides several tools for testing ActionScript in your SWF files. –The Debugger, lets you find errors.
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 8: Hatch.
™ SimBot Simulation Instructions. Step 1 Click on “>>Missions
Adding Sounds Games Programming in Scratch. Games Programming in Scratch L6 Adding Sounds Learning Objectives Learn how to add sound to a Scratch game.
Training Room 5: Collaborating and Delivering a Presentation INF1070: Digital Presentation © RTimages/shutterstock.
ICT/COMPUTING RULES Only use software allowed by the teacher
Adobe Photoshop CS4 – Illustrated Unit A: Getting Started with Photoshop CS4.
Energy and Economics Simulation Computer App Session 8.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
TechKnowlogy Conference August 2, 2011 Using GoogleDocs for Collaboration.
DAY 4. MAKING SOMETHING ‘JUMP’ Simple! Move it a certain amount ‘up’ Glide back to your original spot.
Photoshop CS6 – Nelson Unit 3: Photoshop CS6. Objectives Define photo editing software Start Photoshop and view the workspace Use the Zoom tool and the.
SCREEN CAPTURE 532CS: eLearning Fall 2015 Submitted to Dr. Namdar Presented by Khaled Alamer.
Getting Started with Adobe Photoshop CS6
Customise & Explain your game
How to access your work from home or another computer
Adding an icon to the home screen
Let's Race! Typing on the Home Row
Appendix A: Introduction to SkyDrive and Office Web Apps
UNITY TEAM PROJECT TOPICS: [1]. Unity Collaborate
Introduction to TouchDevelop
Introduction to TouchDevelop
Go to =>
Presentation transcript:

StarLogoTNG 101 Treasure Hunt Game Unit Wrap Up

Today’s Agenda Review Mini-lesson and programming practice on set camera and ID Finish making the treasure game Create documentation for playing the game Optional programming activity Wrap-up

Review The treasure game has a global variable called “mana.” When students accumulate 5 or more mana points, they can spend it by activating a “bonus” mode.” Implement the bonus mode feature. This “bonus mode” is a global boolean variable, meaning that it’s true when the bonus mode is activated and false when not in bonus mode. When the bonus mode is true, all the hazards behave like treasures for a certain period of time. At the end of the time, the bonus mode is set back to false.

Set Agent Camera, ID, and views In first person games, it’s helpful to start the game from the player’s perspective. You do this using the following blocks when you create the player agent in Setup:

How will your game end? What are the conditions for winning and losing the game? –Time limit? –Collecting a certain number of treasure? –Losing all “lives”? –Losing all “energy?” –When all the players die? How will you let the player know when the game ends? –Say bubble? –Play a sound? –Agents do a little dance?

Documentation for Your Game “How to Play” document/manual –A few sentences on why the game is fun and what it’s about –Objective of game – how to win –Keyboard controls –Screen shots? Comments for other programmers –Explain different parts of your program

Comments To add a comment, right-click on any block in the canvas and select “add comment.” A yellow text box will appear. Click the arrow to make the box larger and type your comments. You can resize the comment box.

Comments To see which comment box goes with which block, left- click on the comment box and follow the dotted line. To delete a comment, right click on the block that the comment is attached to, and select “delete comment.”

Optional Programming Activity Open the current version of your “treasure game your initials.sltng” Save next version Swap computers w/ another classmate, play his or her game for a while, and program one more game features to improve his or her game. Write comments describing any code that you added or changed.

To get StarLogo TNG for your home computer Website: Get your parent/guardian’s permission first! Register, download, install On-line reference of blocks:

Wrap Up What was fun? What challenges did you have? What questions do you have? What new game ideas do you have?