PROGRAMMING LINX LEARNING GAME

Size: px
Start display at page:

Download "PROGRAMMING LINX LEARNING GAME"

Transcription

1 PROGRAMMING LINX LEARNING GAME Linx Overview Linxis a game based on removing colored balls from a moving path by creating chains of three or more of the same color. Players control a firing mechanism (in the case of our game the firing mechanism is a fixed location on the screen); the mechanism can rotate 360 degrees and fire balls in any direction on the screen. This design document begins with the most basic implementation and incrementally adds complexity. Requirements for the most basic version of Linx: 1. Each play screen is composed of a unique curving path, where a fixed length string of colored balls enters the screen from end of the path and slowly rolls to the other end of the path. Total number of balls is flexible, generally ~100 on early screens (total number in more challenging levels). The level is completed when the player has either removed all balls from the moving path (win condition) or when the lead ball on the moving path makes contact with the terminating end of the path (loser condition). 2. A firing mechanism located in a fixed position on the screen with 360 degree rotation that shoots individual colored balls. When a ball shot by the player comes in contact with the moving string of balls on the path it s either inserted into the chain or removes balls from the chain depending on a number of conditions described later in this document. If the fired ball doesn t come in contact with the moving string of balls it simply flies off the screen (the game field does not have a bounding box other than objects specifically placed by the player (objects described later in this document). Figures 1 & 2 below display the most basic gameplay elements:

2 Figure 1: the most basic playable version of Linx contains a path with a home point where balls enter the screen and a terminating point where the game ends if any of the balls reach it. Balls proceed along the path at a fixed rate. The player rotates a firing mechanism that launches balls into the path if a launched ball enters the path and creates a string of at least three matching colors, all of the matching balls in that newly created string are removed. If the launched ball doesn t create a string of at least 3 matching colors, the launched ball becomes part of the main string.

3 Figure 2: In this image the player is aiming the firing mechanism at the point on the path shown by the green arrow. Players see the currently active ball loaded into the firing mechanism (orange in this case) and the next ball in line to be fired players can switch positions between the currently loaded ball and the next ball by clicking the right mouse button. There are a number of gameplay conventions consistent in each level: 1. At the start of the level, colored balls are shown entering the screen from the home location before the firing mechanism becomes active. Approximately 20 balls enter the play field before the firing mechanism becomes active (the firing mechanism becomes active by displaying a currently loaded ball and a next ball as shown in figure 1. Prior to becoming active players can rotate the firing mechanism but will have no balls to shoot. 2. The balls roll along the path at a fixed rate (unless a power up or power down has altered the speed described later in this document). 3. The playfield does not contain a bounding box balls the don t come in contact with the string of colored balls simply fly off screen (this is a component of player strategy) 4. Players can rotate the firing mechanism 360 degrees, and are able to see both the currently loaded ball and the ball that is next in line right clicking the mouse button swaps the currently loaded ball with the next ball. 5. When a fired ball encounters the string, one of two behaviors occurs: a. If the ball enters the string at a point where it does not create a group of at least three matching colors, the ball is inserted into the string at that point.

4 b. If the ball enters the string at a point where it creates a group of three or more matching colors, all of those same colored balls are removed from the string. When balls are removed from the string and the string is thus separated into two sections, one of two behaviors occurs (as shown in figures 2 & 3 below): i. If the balls on each end of the two new string sections that are closest to each other match, the string section closest to the terminating icon will magnetize to the string section closest to the home icon and reverse until the two meet ii. If the balls on each end of the two new string sections that are closest to each other don t match, the string section closest to the terminating icon will remain stationary until the main string section catches up when the two sections meet they will join to once again form a single string. Figure 3: in this image the player created a string of at least three matching colors on the last turn and made a gap in the main path; because the two balls on either side of the gap don t match, the section of the string closest to the terminating end of the path remains stationary until the main string catches up. Once the gap is closed the string proceeds along the path normally.

5 Figure 4: in this image the player created a group of at least three matching colors on the last turn and made a gap in the main path; because the two balls on either side of the gap match, the section of the string closest to the terminating end of the path reverses its direction and magnetizes back to the main string. Power ups and Power downs When a player removes a chain of 4 or more of the same colored balls, a randomly selected power up or powerdown ball replaces the removed chain. Power up and power down balls are activated and removed from the string when a regular group of the same colored balls is immediately adjacent and removed they behave is if they are the same color as the balls immediately adjacent, although they do not count as part of the creation of a group of three. Figures 5 8 demonstrate the process for creating and removing these special balls:

6 Figure 5: The player is about to remove a string of 4 or more same colored balls (orange as shown in the figure) this triggers the creation of a special power up ball shown in figure 6.

7 Figure 6: After removal of the 4 or more same colored string, a power up or power down is randomly selected from a group of special balls and inserted in the string. Each special ball is uniquely identifiable (note: we ll need custom graphics for each power up so players know which balls correspond to which behaviors).

8 Figure 7: The power up/down balls are limited wild cards, as they are removed with any group immediately adjacent to their position. They do not contribute to the creation of match 3 strings themselves, however. In this figure the blue ball about to be fired will not create a chain of 3 will the power up, as the power up does not contribute to the creation of chains.

9 Figure 8: the power up/down in this figure will be removed along with the newly created group of three red balls per the rule that power ups are removed along with any immediately adjacent chain of same colored balls (but themselves do not contribute to the chain). Types of power ups and power downs: Power up: Bomb ball: explodes 2 balls on either side of where it enters the string Slow ball: slows the speed of advancement by half for 10 seconds Stop ball: stops advancement for 5 seconds Wildcard ball: matches the color of the ball on either side of where it enters the string this is the one power up/down ball that DOES contribute to the creation of a match three chain. Power down: Speedy ball: doubles the speed of the string for 3 seconds Invisiball: hides the color of the ball being launched until it s fired Randomball: changes the color of every other ball in the string to a random color

Start a new Scratch project. Delete the cat by right-clicking it and selecting Delete.

Start a new Scratch project. Delete the cat by right-clicking it and selecting Delete. Toby Introduction In this project, we are going to create a game in which Toby the dog has to collect 5 cheese-puffs bowls to win, whilst preventing balls from falling on the floor. If Toby drops more

More information

Note that this arming distance is not affected by the speed setting of your torpedoes.

Note that this arming distance is not affected by the speed setting of your torpedoes. Torpedoes From SilentHunterIII Community Manual Range The minimum (arming) range for the torpedoes in SH3 is officially stated as 300m. However, some [subsim.com (http://www.subsim.com)] forum members

More information

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 NXT-G Program Book II: Intermediate Robotics Activities for use with the NXT 2008 Tufts Center for Engineering Education

More information

v2.3 USER MANUAL

v2.3 USER MANUAL v2.3 USER MANUAL www.foresightsports.com Table of Contents 03 04 05 09 12 17 20 21 Activation Getting Started Play Compete Improve Settings Update Manager Glossary 04 11 05 12 03 Activation FSX Activation

More information

To Logon On to your tee sheet, start by opening your browser. (NOTE: Internet Explorer V. 6.0 or greater is required.)

To Logon On to your tee sheet, start by opening your browser. (NOTE: Internet Explorer V. 6.0 or greater is required.) 1. Log-On To Logon On to your tee sheet, start by opening your browser. (NOTE: Internet Explorer V. 6.0 or greater is required.) (NOTE: Logon ID s must be 7 characters or more and passwords are case sensitive.)

More information

Gouwan Strike English Manual

Gouwan Strike English Manual Gouwan Strike English Manual Number of Players 2 Set Description Game board 1 Ball piece 1 Bat piece 1 Count pieces/runner pieces 11 Pitcher cards 26 Pitching cards 64 Batter cards 24 Batting cards 6 Situation

More information

Wiimote in Physical Etoys

Wiimote in Physical Etoys Wiimote in Physical Etoys Due to the popularity and the different features that the Nintendo Wiimote has, in this tutorial we will see how to access to some of them from Physical Etoys in order to make

More information

Assignment #3 Breakout!

Assignment #3 Breakout! Eric Roberts Handout #25 CS 106A January 22, 2010 Assignment #3 Breakout! Due: Wednesday, February 3, 5:00P.M. Your job in this assignment is to write the classic arcade game of Breakout, which was invented

More information

Dive Planet. Manual. Rev Basic User Interface. 2 How to organize your dives. 3 Statistics. 4 Location Service and Map View.

Dive Planet. Manual. Rev Basic User Interface. 2 How to organize your dives. 3 Statistics. 4 Location Service and Map View. Dive Planet Manual Rev 1.2 1 Basic User Interface 2 How to organize your dives 3 Statistics 4 Location Service and Map View 5 Settings 6 Languages 7 Buddies and guide 8 Backup and restore of the data 9

More information

Relative Motion. A look at "Frames of Reference" Website

Relative Motion. A look at Frames of Reference Website Name Relative Motion A look at "Frames of Reference" Website http://www.phy.ntnu.edu.tw/ntnujava/index.php?topic=140.msg704#msg704 Introduction An object may appear to have one motion to one observer and

More information

GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas

GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas RoboCup Junior Australia Inc Copyright 2015 1 GEN II EV3 Robot Soccer Training Overview Welcome! The aim of this curriculum is to guide

More information

Computer Scorekeeping Procedures

Computer Scorekeeping Procedures Computer Scorekeeping Procedures 3-23-16 COMPUTER SETUP: Unlock Computer Storage Box: Enter combination so that it appears on the side of the lock Computer Setup: Place a computer, keyboard & mouse at

More information

Old Kings Oval Electronic Scoreboard. Scoreboard Operation and Advanced Scoring Instructions

Old Kings Oval Electronic Scoreboard. Scoreboard Operation and Advanced Scoring Instructions Old Kings Oval Electronic Scoreboard Scoreboard Operation and Advanced Scoring Instructions 1 Introduction... 3 Primary Contacts... 3 Solid Scoreboards 24/7 Support 0458 LED FIX (0458 533 349)Scoring a

More information

Computer Scorekeeping Procedures Page 1

Computer Scorekeeping Procedures Page 1 Computer Scorekeeping Procedures Page 1 COMPUTER SET-UP: Scorekeepers for the first game on a field should plan to arrive at least one-half hour prior to the game time to allow time for computer set-up.

More information

CSE 154: Web Programming Spring 2017 Homework Assignment 5: Pokedex. Overview. Due Date: Tuesday, May 9th

CSE 154: Web Programming Spring 2017 Homework Assignment 5: Pokedex. Overview. Due Date: Tuesday, May 9th CSE 154: Web Programming Spring 2017 Homework Assignment 5: Pokedex Due Date: Tuesday, May 9th This assignment is about using AJAX to fetch data in JSON format and process it using DOM manipulation. Overview

More information

SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide -- Windows. Version 2.0 Published October 17, ReefNet Inc.

SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide -- Windows. Version 2.0 Published October 17, ReefNet Inc. SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide -- Windows Version 2.0 Published October 17, 2002 2002 ReefNet Inc. 1.0 Introduction The SENSUS PRO data recorder captures the time, depth,

More information

PART 5 - OPTIONS CONTENTS 5.1 SYSTEM EXPANSION 5-3

PART 5 - OPTIONS CONTENTS 5.1 SYSTEM EXPANSION 5-3 PART 5 - OPTIONS CONTENTS Para Page 5.1 SYSTEM EXPANSION 5-3 5.2 SENSORS 5-3 5.2.1 Trim Angle Sensor 5-3 5.2.2 Mast Rotation Sensor 5-3 5.2.3 Heel Angle Sensor 5-3 5.2.4 Barometric Pressure Sensor 5-3

More information

BVIS Beach Volleyball Information System

BVIS Beach Volleyball Information System BVIS Beach Volleyball Information System Developments in computer science over the past few years, together with technological innovation, has in turn stimulated the development of tailored software solutions

More information

Walking for Health: Scheme page guide Contents

Walking for Health: Scheme page guide Contents Walking for Health: Scheme page guide Contents Adding a new walk... 2 Editing existing walks listings... 6 Managing existing walks listings:... 7 Your Scheme s home page:... 8 Walk Programmes:... 10 1

More information

iregatta User Manual

iregatta User Manual iregatta User Manual iregatta User Manual This manual may not always be up to date with the latest version of iregatta available in Apples App Store, as minor additions or bug fixes may be published without

More information

FIBA Europe Coaching Website. Manual. Practice Section

FIBA Europe Coaching Website. Manual. Practice Section FIBA Europe Coaching Website Manual Practice Section CONTENTS Page 1. How to get started 3 Roster Management 4 Attendance 4 Practice Planner 5 2. Drills 8 Search Mask 8 Overview 11 Create Drill 13 3. Plays

More information

FUT-K Team Description Paper 2016

FUT-K Team Description Paper 2016 FUT-K Team Description Paper 2016 Kosuke Onda and Teruya Yamanishi Department of Management Information Science, Fukui University of Technology Gakuen, Fukui 910 8505, Japan Abstract. This paper describes

More information

Robot Activity: Programming the NXT 2.0

Robot Activity: Programming the NXT 2.0 Robot Activity: Programming the NXT 2.0 About this Activity In this activity, you will learn about some features of the NXT 2.0 programming software. You will write and save a program for the Lego NXT

More information

Clyne Golf Club Online Booking System Booking

Clyne Golf Club Online Booking System Booking How do I book a tee time for Casual Golf or a Member Competition? Once you have registered for online booking and the club has activated your account, you are now able to book a tee time online. To start

More information

Assignment 3: Breakout!

Assignment 3: Breakout! CS106A Winter 2011-2012 Handout #16 February 1, 2011 Assignment 3: Breakout! Based on a handout by Eric Roberts and Mehran Sahami Your job in this assignment is to write the classic arcade game of Breakout,

More information

1)! DO NOT PROCEED BEYOND THIS MARK

1)! DO NOT PROCEED BEYOND THIS MARK Operating Instructions for X-ray Photoelectron Spectrometer: Physical Electronics Model 555 XPS/AES (John H. Thomas, III, Ph.D., Electron Spectroscopy) Sample Insertion: figure 1. Sample insertion rod

More information

Assignment #3 Breakout! Due: 12pm on Wednesday, February 6th This assignment should be done individually (not in pairs)

Assignment #3 Breakout! Due: 12pm on Wednesday, February 6th This assignment should be done individually (not in pairs) Chris Piech Assn #3 CS 106A January 28, 2019 Assignment #3 Breakout! Due: 12pm on Wednesday, February 6th This assignment should be done individually (not in pairs) Based on a handout by Eric Roberts with

More information

Time, Speed, and Distance: Student Guide

Time, Speed, and Distance: Student Guide Time, Speed, and Distance: Student Guide You are going to be using Sphero to figure out how time, speed, and distance relate to each other. Sphero can be programmed to roll at a certain speed for a certain

More information

Google Earth Introduction Lab

Google Earth Introduction Lab Google Earth Introduction Lab - If your computer has Google Earth installed already, skip to Part 2 Part 1: Download: Going to this URL will allow you to download the 5.0 version of Google Earth. http://earth.google.com/

More information

Slide 1 - Welcome to an Overview of the Student Center and New Titan Online

Slide 1 - Welcome to an Overview of the Student Center and New Titan Online Slide 1 - Welcome to an Overview of the Student Center and New Titan Online Page 1 of 64 Slide 2 - This web-based tutorial is brought to you by Information Technology and Student Administration Staff.

More information

Table Of Contents Introduction... 4 Week 1 - Practice Plan #1 - Cutting Movements... 6 Week 1 - Practice Plan #2 - Cutting Movements... 7 Week 1 - Practice Plan #3 - Cutting Movements... 8 Week 2 - Practice

More information

Walk-O-Meter User Manual

Walk-O-Meter User Manual Walk-O-Meter User Manual For BlackBerry Z10 and Q10 Version 2 Date 2013-09-26 1 Thank you for purchasing the Walk-O-Meter App from Cellimagine LLC. Walk-O-Meter pedometer app for your Z10 is the ultimate

More information

Based on a handout by Eric Roberts

Based on a handout by Eric Roberts Mehran Sahami Handout #19 CS 106A October 15, 2018 Assignment #3 Breakout! Due: 1:30pm on Wednesday, October 24th This assignment should be done individually (not in pairs) Your Early Assignment Help (YEAH)

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 9 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(9), 2014 [4222-4227] Evaluation on test of table tennis equipment based

More information

Multi Class Event Results Calculator User Guide Updated Nov Resource

Multi Class Event Results Calculator User Guide Updated Nov Resource Multi Class Event Results Calculator User Guide Updated Nov 2011 The Multi Class Point Score has been developed as part of Swimming Australia Ltd. s commitment to creating opportunities for people with

More information

Darts CHAPTER 6. Next are seven sounds: snd_double_points snd_triple_points snd_take_cover snd_perfect snd_thud_1 snd_thud_2 snd_thud_3

Darts CHAPTER 6. Next are seven sounds: snd_double_points snd_triple_points snd_take_cover snd_perfect snd_thud_1 snd_thud_2 snd_thud_3 CHAPTER 6 In this chapter, you ll create a darts game. This game will continue to build upon what you have learned already. It will also show you more things you can do with paths, ds lists, custom fonts,

More information

Surface Texture Gage study in the qs-stat Measurement System Analysis Module

Surface Texture Gage study in the qs-stat Measurement System Analysis Module study in the qs-stat Measurement System Analysis Module Q-DAS Library Living Documentation Last edited: 11/22/2004 Version: EB C:\Documents and Settings\Ellen Fassbeck\My Documents \My Temp Files\GMPT\TC\GMPT

More information

Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006

Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006 Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006 Once you have events created in your meet you are ready to enter dive sheets and run your event. INCLUDED

More information

8 Plus 12 Shift Schedule

8 Plus 12 Shift Schedule 8 Plus 12 Shift Schedule DESCRIPTION A fast rotation shift pattern that uses 4 teams to provide around the clock coverage. Week 1: Five 8-hr day shifts, two 12-hr day shifts Week 2: Three days off, two

More information

DANAGE TARGET face type 'TUNING'. Tuning guide.

DANAGE TARGET face type 'TUNING'. Tuning guide. DANAGE TARGET face type 'TUNING'. Tuning guide. Danage Target face type 'Tuning' Instructions - 2 - Danage Target face type 'Tuning', instructions. Introduction. These instructions for using Danage Target

More information

Computer Scorekeeping Procedures Updated: 6/10/2015

Computer Scorekeeping Procedures Updated: 6/10/2015 Computer Scorekeeping Procedures Updated: 6/10/2015 SET-UP COMPUTERS: Computers are stored for: Saddlebrook - in the cabinet under the counter by field 1 Buffalo Glen - to be determined Setup Computers:

More information

The University of Hong Kong Department of Physics Experimental Physics Laboratory

The University of Hong Kong Department of Physics Experimental Physics Laboratory The University of Hong Kong Department of Physics Experimental Physics Laboratory PHYS2260 Heat and Waves 2260-1 LABORATORY MANUAL Experiment 1: Adiabatic Gas Law Part A. Ideal Gas Law Equipment Required:

More information

Oracle ebusiness CCTM Supplier: Rate Card

Oracle ebusiness CCTM Supplier: Rate Card S1.2 CREATE A RATE CARD: INTRODUCTION... 1 S1.2.1 Create a Rate Card Online... 2 S1.2.2 Download a Rate Card Template... 16 S1.2.3 Rate Card Template Field Descriptions... 20 S1.2.4 Upload a Rate Card

More information

BEJEWELED 2 TM SLOTS PLAYER INSTRUCTIONS

BEJEWELED 2 TM SLOTS PLAYER INSTRUCTIONS BEJEWELED 2 TM SLOTS PLAYER INSTRUCTIONS Bejeweled 2 TM Slots is a 20-line, 5-reel slots game based on the popular video game. Bejeweled 2 TM Slots features a multiplier wild symbol and 3 fun-filled bonus

More information

A brief introduction into TikZ

A brief introduction into TikZ A brief introduction into TikZ International Center for Computational Logic Technische Universität Dresden Germany What is TikZ? How to draw figures? How to place text inside the figures? These slides

More information

GETTING STARTED. Main MENu SCREEN: When starting E6, the Main Menu screen displays the following buttons:

GETTING STARTED. Main MENu SCREEN: When starting E6, the Main Menu screen displays the following buttons: CONTENTS Getting Started... 2 Play Golf... 5 Players 7 Courses 7 Holes 8 Modes 8 Configuration 10 Start 10 Back 10 Playing A Round 11 E6 Cube Menu for Play Mode 13 Stats & Options Screen 16 Practice...

More information

Gravity: How fast do objects fall? Teacher Version (Grade level: 4 7)

Gravity: How fast do objects fall? Teacher Version (Grade level: 4 7) Gravity: How fast do objects fall? Teacher Version (Grade level: 4 7) *** Experiment with Audacity to be sure you know how to do what s needed for the lab*** Kinematics is the study of how things move

More information

14 Bonus Basketball Drills

14 Bonus Basketball Drills 1 Table Of Contents All-Star Skills Challenge... 3 Back-to-Back Layups... 5 Blind Minefield... 7 Bullseye Shooting... 9 Dead End... 11 Deep Seal... 13 Exhaustion... 15 Free Throw Rebounding... 17 Opposite

More information

Thanks to Seymour Shabow (Scott, CARGPB #29) for explaining a lot of the rules in his RGP posts, and thanks to Aurich for reviewing this.

Thanks to Seymour Shabow (Scott, CARGPB #29) for explaining a lot of the rules in his RGP posts, and thanks to Aurich for reviewing this. Medusa Rulesheet Author: John Schlarb Version: 1.0, released Dec. 17, 2015 Distribution and Copyright: This document may be freely distributed as long as: 1. It is not done for profit or financial gain.

More information

SG36KTL-M Quick Installation Guide. 1 Unpacking and Inspection

SG36KTL-M Quick Installation Guide. 1 Unpacking and Inspection SG36KTL-M Quick Installation Guide This guide provides a general instruction of the installation procedures of SG36KTL-M. In no case shall this guide substitute for the user manual or related notes on

More information

Modeling Traffic Patterns using Java

Modeling Traffic Patterns using Java The College at Brockport: State University of New York Digital Commons @Brockport Lesson Plans CMST Institute 5-2005 Modeling Traffic Patterns using Java Kim Meek The College at Brockport Follow this and

More information

The Coriolis Effect - Deflect the Arrows!

The Coriolis Effect - Deflect the Arrows! NAME: DATE: The Coriolis Effect - Deflect the Arrows Directions: The Circle below represents the Earth. The equator is present, dividing the image into the Northern and Southern hemispheres. The arrows

More information

uemis CONNECT: Synchronisation of the SDA with myuemis

uemis CONNECT: Synchronisation of the SDA with myuemis uemis CONNECT: Synchronisation of the SDA with myuemis 1 What is myuemis? In myuemis, your private area on the Internet portal www.uemis.com, you can visualise your dives, manage your database and transfer

More information

Crack Offense Exposing the Cracks in the Defense Overview The crack offense is part Flex, part Swing, part DDM, part triangle, and part screen and

Crack Offense Exposing the Cracks in the Defense Overview The crack offense is part Flex, part Swing, part DDM, part triangle, and part screen and Crack Offense Exposing the Cracks in the Defense Overview The crack offense is part Flex, part Swing, part DDM, part triangle, and part screen and roll continuity. It s a continuity offense with a few

More information

survey/doa5lr/

survey/doa5lr/ GAME CONTROLS... 2 GETTING STARTED... 3 GAME SCREEN... 5 TRIANGLE SYSTEM... 6 MOVE HEIGHT... 7 ACTIONS... 8 TAG CONTROLS... 15 ONLINE... 16 Design by mammoth. * Screenshots are taken from a version still

More information

Expedition Set up User Guide

Expedition Set up User Guide Expedition Set up User Guide The revised Expedition Set Up Screens in edofe have been designed to make recording of DofE expeditions in edofe easier for both leaders and participants. This user guide sets

More information

OVERVIEW: CONTENTS: GOAL: Players: 1-4 Ages: 13+ Time to Play: 40-90min.

OVERVIEW: CONTENTS: GOAL: Players: 1-4 Ages: 13+ Time to Play: 40-90min. A Strategic Fishing Game from Brian Suhre Players: 1-4 Ages: 13+ Time to Play: 40-90min. OVERVIEW: Is that victory you taste in the salty air? You ve secured your spot as a competitor in the world-renowned

More information

BASIC Z-STACK AND TIME SERIES SCAN ON THE ZEISS LIGHTSHEET Z. 1

BASIC Z-STACK AND TIME SERIES SCAN ON THE ZEISS LIGHTSHEET Z. 1 BASIC Z-STACK AND TIME SERIES SCAN ON THE ZEISS LIGHTSHEET Z. 1 The front door of the main body of the instrument may be open when you arrive. Take the sample chamber and slide it into position with the

More information

Grand Slam Tennis Computer Game (Version ) Table of Contents

Grand Slam Tennis Computer Game (Version ) Table of Contents Grand Slam Tennis Computer Game (Version 2010.3) Table of Contents 1. Introduction - What is the grand slam tennis program? 2 2. Options - What are the available playing options? 3 3. History - How has

More information

1 Document history Version Date Comments

1 Document history Version Date Comments V1.4 Contents 1 Document history... 2 2 What is TourneyKeeper?... 3 3 Creating your username and password... 4 4 Creating a tournament... 5 5 Editing a tournament... 8 6 Adding players to a tournament...

More information

Chapter 8 Darts and pleats

Chapter 8 Darts and pleats Chapter 8 Darts and pleats Content 8.1 Relocate dart... 2 8.2 Shorten dart... 4 8.3 Hoods on darts and pleats... 5 8.4 Construct new darts... 6 8.5 Spread for pleats, pivot open and close... 7 8.6 Exercises...

More information

If you need to reinstall FastBreak Pro you will need to do a complete reinstallation and then install the update.

If you need to reinstall FastBreak Pro you will need to do a complete reinstallation and then install the update. Using this Beta Version of FastBreak Pro First, this new beta version (Version 6.X) will only work with users who have version 5.X of FastBreak Pro. We recommend you read this entire addendum before trying

More information

Chapter 13. ANTY: the robotic ant

Chapter 13. ANTY: the robotic ant Chapter 13. ANTY: the robotic ant By now, you ve gotten the hang of building models that move on wheels. Another fun, but slightly more challenging, kind of model you can build is an animal robot that

More information

Lab 13: Hydrostatic Force Dam It

Lab 13: Hydrostatic Force Dam It Activity Overview: Students will use pressure probes to model the hydrostatic force on a dam and calculate the total force exerted on it. Materials TI-Nspire CAS handheld Vernier Gas Pressure Sensor 1.5

More information

Creating Your Events on the Lightseekers Website

Creating Your Events on the Lightseekers Website Creating Your Events on the Lightseekers Website Before Getting Started Ensure your store is registered on www.lightseekers.cards and that you have been given admin rights to your store section (if your

More information

σ = force / surface area force act upon In the image above, the surface area would be (Face height) * (Face width).

σ = force / surface area force act upon In the image above, the surface area would be (Face height) * (Face width). Aortic Root Inflation Introduction You have already learned about the mechanical properties of materials in the cantilever beam experiment. In that experiment you used bending forces to determine the Young

More information

UNITY 2 TM. Air Server Series 2 Operators Manual. Version 1.0. February 2008

UNITY 2 TM. Air Server Series 2 Operators Manual. Version 1.0. February 2008 UNITY 2 TM Air Server Series 2 Operators Manual Version 1.0 February 2008 1. Introduction to the Air Server Accessory for UNITY 2...2 1.1. Summary of Operation...2 2. Developing a UNITY 2-Air Server method

More information

High Pressure Chem-SCAN Operating Manual

High Pressure Chem-SCAN Operating Manual GAS INLET VALVES REACTIVE GAS PRESSURE RELIEF VALVE INERT GAS VENT VENT VALVE REACTOR INLET VALVES PRESSURE TRANSDUCERS REACTORS STIRRER & THERMOWELL HEATING JACKET STIRRER MOTORS High Pressure Chem-SCAN

More information

gameplay... 4 firearms... 6 animals... 6

gameplay... 4 firearms... 6 animals... 6 WARNING Before playing this game, read the Xbox 360 Instruction Manual and any peripheral manuals for important safety and health information. Keep all manuals for future reference. For replacement manuals,

More information

Helicopter & Launcher

Helicopter & Launcher Helicopter & Launcher Category: Physics: Force & Motion Type: Make & Take Rough Parts List: 2 Large craft sticks or paint paddles 12 Dowel, ¼ 1 Dowel, 1 long, ¼ 1 Wood block, 8 x 1 x 1 1 Wood block, tiny

More information

Lets Play Catch! Keeping Score in Alice. Overview. Set Up. Position the ball 20 feet away: Orienting the ball 7/19/2010

Lets Play Catch! Keeping Score in Alice. Overview. Set Up. Position the ball 20 feet away: Orienting the ball 7/19/2010 Lets Play Catch! Keeping Score in Alice Overview This tutorial will show how to create a game of catch with a score. A ball will be thrown several times and the player moves the glove to catch it. By Francine

More information

ALGE Water Polo Scoreboard

ALGE Water Polo Scoreboard ALGE Water Polo Scoreboard USER MANUAL Split Second Timing Pty Limited PO Box 1322 Dee Why, NSW 2099 Tel: (02) 9981 6069 Fax: (02) 9981 6070 Email: info@splitsecond.com.au Web: www.splitsecond.com.au Page

More information

USER GUIDE USER GUIDE

USER GUIDE USER GUIDE 1 TABLE OF CONTENTS GETTING STARTED 2 Included in the box 2 Compatible smartphones 2 Accessories: 2 Download Mobitee and PIQ application 2 GET STARTED WITH MOBITEE AND PIQ 3 Create your Account and Login

More information

Perfect Golf Quick Start Guide

Perfect Golf Quick Start Guide Quick Start Guide Perfect Golf Quick Start Guide To play Perfect Golf you must first have purchased the following: 1. A SkyTrak Launch Monitor 2. Have an active Play and Improve Package 3. Have purchased

More information

Standard League WRO Football Simple Simon EV3 Training Curriculum

Standard League WRO Football Simple Simon EV3 Training Curriculum Standard League WRO Football Simple Simon EV3 Training Curriculum Brian Thomas **LEGO, EV3 Mindstorms and Robolab are Registered Trademarks of the LEGO Corporation RoboCup Junior Australia Inc Copyright

More information

You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island.

You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island. Boat Race Introduction You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island. Step 1: Planning your game Activity Checklist Start a new Scratch

More information

- Coach Mac Never let fundamentals and building skills take a backseat to game planning. Game plans win games. Fundamentals win championships Tom Crean Talk and Warm Up - Talk with your players about

More information

RealWear HMT Voice Commands for Onsight Connect

RealWear HMT Voice Commands for Onsight Connect RealWear HMT Voice Commands for Onsight Connect This document outlines the operational voice commands currently available in Onsight Connect for RealWear version 8.1.209. Document Revision Librestream

More information

How to Set Up Your League

How to Set Up Your League From www.pcdrafter.com How to Set Up Your League The following tutorial will help you quickly see how easy PC Drafter is to use as you configure your fantasy league with your own rules, teams, draft order

More information

Lesson Two. Basic Braid Structure. Odd parts

Lesson Two. Basic Braid Structure. Odd parts HOME Lesson One Lesson Three Now that we have a way to define the individual knots and the templates to see a picture of them, we need to consider some common characteristics of all the simple turksheads.

More information

USER GUIDE USER GUIDE

USER GUIDE USER GUIDE USER GUIDE FAST LANES BOWLING Copyright Notice This software and manual are Copyright 2003 by Enlight Software Ltd. Copyright 2003 LAB Rats Games, Inc. All rights reserved. Software and manual may not

More information

For The First Time Quad Doppler Radar and Dual Photometric Cameras in One Launch Monitor.» User Manual

For The First Time Quad Doppler Radar and Dual Photometric Cameras in One Launch Monitor.» User Manual For The First Time Quad Doppler Radar and Dual Photometric Cameras in One Launch Monitor» User Manual TABLE OF CONTENTS ES16 TOUR GETTING STARTED Package Contents Installing the Battery Selecting a Club

More information

BALL PLACEMENT 1 Driver, Woods, Hybrids & Irons Chip Shots Putting

BALL PLACEMENT 1 Driver, Woods, Hybrids & Irons Chip Shots Putting MANUAL by CONTENTS BALL PLACEMENT 1 Driver, Woods, Hybrids & Irons Chip Shots Putting GETTING STARTED 3 Main Menu Options - Camera, Sound, Auto Continue, Tracer Style, Top view Tracers, Flybys, Measurements,

More information

Game Design. Become A Game Designer. By: Seven Hu

Game Design. Become A Game Designer. By: Seven Hu Game Design Become A Game Designer By: Seven Hu Overview: In the previous lesson, we've learned how to design game rules. Today, we are going to spice up our games by increasing the difficulites of the

More information

Full-Time Cup Competitions Version 5.0

Full-Time Cup Competitions Version 5.0 Full-Time Cup Competitions Version 5.0 Full-Time Cup Competitions Page 1 1.0 Cup Competitions 1.1 How to Create a Cup Competition 3 1.2 How to Edit a Cup Competition (Name, Hide or Sequence) 7 1.3 How

More information

ChiroCredit.com Anatomy 229 INSTRUCTIONS/ASSIGNMENT FOR ANATOMICAL DISSECTION:

ChiroCredit.com Anatomy 229 INSTRUCTIONS/ASSIGNMENT FOR ANATOMICAL DISSECTION: ChiroCredit.com Anatomy 229 INSTRUCTIONS/ASSIGNMENT FOR ANATOMICAL DISSECTION: Once you click on the link to open the dissection module, the first thing you need to do is to be sure you can see all the

More information

Natural Soccer User Guide

Natural Soccer User Guide [Hier eingeben] Welcome to Natural Soccer! Natural Soccer User Guide Natural Soccer is an arcade soccer game rather than an accurate simulation of the sport. That is, fastpaced action and fun gameplay

More information

Using the Akta Prime plus October 22, 2012

Using the Akta Prime plus October 22, 2012 Some starting precautions: 1. Vacuum filter all buffers. Removes any large particles/debris that may clog your column De-gases the buffers 2. Clarify lysates first by centrifugation and then filtration

More information

TESLAGON. ShotHelper Manual. How to install and use the Program. Version /30/2014

TESLAGON. ShotHelper Manual. How to install and use the Program. Version /30/2014 TESLAGON ShotHelper Manual How to install and use the Program 11/30/2014 Version 1.11 Table of Contents Introduction... 3 Installation Process... 3 ShotHelper Quick Setup... 4 The Main Window... 6 The

More information

OPERATION OF THE DIMPLER

OPERATION OF THE DIMPLER OPERATION OF THE DIMPLER After thinning your sample to ~80 μm you can now do a dimpling process to thin the center up to 10 μm. When you walk in and use the DIMPLER it should already be calibrated and

More information

Full-Time. Other Fixtures. Version 2.1

Full-Time. Other Fixtures. Version 2.1 Full-Time Other Fixtures Version 2.1 Introduction This booklet is an addition to the Advanced Options section of the Guidance to Full-Time, and details the working of Other Fixtures (launched in December

More information

Oceanic Geo 2.0 Computer Diver

Oceanic Geo 2.0 Computer Diver NASE Worldwide Oceanic Geo 2.0 Computer Diver Course 1 Oceanic Geo 2.0 Computer Diver Instructor Outline Course Description (Overview) The purpose of the Oceanic Geo 2.0 Computer Diver Specialty Course

More information

opensap Build Your Own SAP Fiori App in the Cloud 2016 Edition

opensap Build Your Own SAP Fiori App in the Cloud 2016 Edition opensap Build Your Own SAP Fiori App in the Cloud 2016 Edition Develop Challenge I. Story -----------------------------------------------------------------------------------------------------------------

More information

Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas

Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas RoboCup Junior Australia Inc Copyright 2018 1 Standard League Robot Soccer EV3 Compass Training Welcome! The aim of this curriculum

More information

Three-Dimensional Ray-Cast Pong

Three-Dimensional Ray-Cast Pong Three-Dimensional Ray-Cast Pong Richard Hughes Elizabeth Power! Overview What is Pong? Traditional Pong is a two-dimensional game that simulates table tennis. The player controls a paddle by moving it

More information

Activity 5.1B Dragster Assembly Drawing

Activity 5.1B Dragster Assembly Drawing Activity 5.1B Dragster Assembly Drawing Purpose The excitement of seeing your design become a product that you can see in 3D is about to become a reality for you. In this activity, you are going to learn

More information

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Jehyun Cho a, Ghang Lee a, Jongsung Won a and Eunseo Ryu a a Dept. of Architectural Engineering, University of Yonsei,

More information

[MYLAPS INTEGRATION]

[MYLAPS INTEGRATION] 2018 The Race Director MyLaps Integration Manual [MYLAPS INTEGRATION] This document explains how to manage the results data between your MyLaps readers and Race Director using manual file transfers. Contents

More information

WORLD CHAMPION. SMALL BORE RIFLE.22 l.r. MANUAL. Technical Innovations

WORLD CHAMPION. SMALL BORE RIFLE.22 l.r. MANUAL. Technical Innovations SMALL BORE RIFLE.22 l.r. MANUAL Technical Innovations Technical Innovations -General information Page 2 -Bedding Page 3 -Three locking lugs Page 4 -Safety / dry fire switch Page 4 -Firing pin Page 4 -Firing

More information

Dobbin Day - User Guide

Dobbin Day - User Guide Dobbin Day - User Guide Introduction Dobbin Day is an in running performance form analysis tool. A runner s in-running performance is solely based on the price difference between its BSP (Betfair Starting

More information