CS/INFO 4154: Analytics-driven Game Design

Size: px
Start display at page:

Download "CS/INFO 4154: Analytics-driven Game Design"

Transcription

1 CS/INFO 4154: Analytics-driven Game Design Class 19: Data Analysis and Visualization

2 Mon Wed Fri 10/6 Data Visualization FALL BREAK! 10/11 10/13 Beta Playtesting 1 10/16 Beta Playtesting 2 10/18 Beta Playtesting 3 10/19: Midterm Peer Evaluations Due

3 Logging in to gdiac You will need to be behind the Cornell firewall to login to gdiac.cs.cornell.edu Easiest way to do this is to install the VPN: Connect to: cuvpn.cuvpn.cornell.edu Username: Password = your netid password For more information, see:

4 Logging in: SFAM Set your SFAM password: 1. Open a VPN connection to the department VPN 2. Visit 3. Click SFAM 4. Set password 5. Wait a little bit (30-60 minutes) for server to update With the VPN active, SSH into gdiac: ssh <your_netid>@gdiac.cs.cornell.edu replace <your_netid> with your netid you can use PuTTY from Windows machines:

5 Data Visualization Methods Burndown Charts Heatmaps State transition diagrams

6 Burndown Charts After x levels/seconds, how many people are playing?

7 Burndown Chart 100 % of players 0 Level

8 Unexpected Drop 100 % of players 0 4 Level

9 Unexpected Drop 100 % of players 0 4 Level

10 Usage: find unexpected drop Source: Sleep Fighter

11 Usage: track releases Source: That s How We Roll

12

13 Making a Burndown Chart Player Levels Completed Level % Remaining = percentage of with more than levels

14 COUNTIF(range, criteria) B2:B8 >= &D2

15 Making a Burndown Chart Level % Remaining Player Levels Completed = 9COUNTIF(B2:B8, 7 18 >= &D2) 0

16 Making a Burndown Chart Player Levels Completed Level % Remaining = COUNTIF($B$2:$B$8, >= &D2) 0

17 Making a Burndown Chart Level % Remaining Player Levels Completed = COUNTIF($B$2:$B$8, >= &D2) / 7

18 Completed Burndown Chart?

19 Completed Burndown Chart % Remaining Burndown Chart for Levels Completed Level

20 Important Notes % Remaining Must have axis label Burndown Chart for Levels Completed Must start at 100% Must be able to read the font Level Must have axis label Must have title Line must be visible

21 Data Visualization Methods Burndown Charts Heatmaps State transition diagrams

22 Heatmaps

23 What are heat maps good for?

24 Making a heat map Death X Y

25 COUNTIF(range, criteria)

26 COUNTIFS(range 1, criteria 1, range 2, criteria 2 )

27 Making a heat map Death X Y = COUNTIFS(B2:B8, = &E2, C2:C8, = &F1)

28 Making a heat map Death X Y = COUNTIFS($B$2:$B$8, = &$E2, $C$2:$C$8, = &F$1)

29 Conditional Formatting

30 Conditional Formatting

31 Making a heat map Death X Y

32 Completed Heatmap? Level 10 Heatmap Zombify, 2014 (with Erik s additions)

33 Heat maps should support analysis Not the point themselves Support a particular point Zombify, 2014 (with Erik s additions)

34 Completed Heatmap This pathway was supposed to be easy Enemies Many players died here Figure 1. This heatmap shows an unexpected problem with the game design. Although this hallway was supposed to be easy, many players died here. We will try to resolve this problem by spacing the enemies further apart. Zombify, 2014 (with Erik s additions)

35 Completed Heatmap Needs level context Needs annotations Enemies This pathway was supposed to be easy Many players died here Figure 1. This heatmap shows an unexpected problem with the game design. Although this hallway was supposed to be easy, many players died here. We will try to resolve this problem by spacing the enemies further apart. Needs explanation Zombify, 2014 (with Erik s additions)

36 Heat Map Examples Source: Georg Zoeller, MMO Rapid Content Iteration GDC Online 2011

37 Optimizing Engines Source: Georg Zoeller, MMO Rapid Content Iteration GDC Online 2011

38 Optimizing Art Source: Georg Zoeller, MMO Rapid Content Iteration GDC Online 2011

39 How do I Source: Georg Zoeller, MMO Rapid Content Iteration GDC Online 2011

40 bug Source: Georg Zoeller, MMO Rapid Content Iteration GDC Online 2011

41 3D Visualizations Source: Georg Zoeller, MMO Rapid Content Iteration GDC Online 2011

42 More 3D Visualizations Source: Georg Zoeller, MMO Rapid Content Iteration GDC Online 2011

43 What are heat maps not good for?

44 What about?

45 Data Visualization Methods Burndown Charts Heatmaps State transition diagrams

46 Napoleon s invasion of Russia Charles Minard, 1812

47 Sankey Diagram Source: Wikipedia

48 State Transition Diagram Win! Start Lose

49 State Transition Diagram Win! Start Lose

50 How to pick game states

51 Easy level

52 Hard level

53 What can we see?

54 Group Activity Come up with a logging plan What events are you going to record? What information is associated with each event? How will you test your setup?

CS/INFO 4154: Analytics-driven Game Design

CS/INFO 4154: Analytics-driven Game Design CS/INFO 4154: Analytics-driven Game Design Class 22: Balance Mon Wed Fri 10/17 Interesting Decisions 10/19 Friends Release by 10:10am: Upload to CMS 10/22 Friends Release 10/24 Friends Release 10/26 Friends

More information

Course Overview; Development Process

Course Overview; Development Process Lecture 1: Course Overview; Development Process CS/INFO 3152: Game Design Single semester long game project Interdisciplinary teams of 4-6 people Design is entirely up to you First 3-4 weeks are spent

More information

Course Overview; Development Process

Course Overview; Development Process Lecture 1: Course Overview; Development Process CS/INFO 3152: Game Design Single semester long game project Interdisciplinary teams of 5-6 people Design is entirely up to you First 3-4 weeks are spent

More information

the gamedesigninitiative at cornell university Lecture 28 Game Analytics

the gamedesigninitiative at cornell university Lecture 28 Game Analytics Lecture 28 The Rise of Big Data Big data is changing game design Can gar data form a huge number of players Can use that data to inform future content What can we do with all that data? What types of questions

More information

CS/INFO 4154: Analytics-driven Game Design

CS/INFO 4154: Analytics-driven Game Design CS/INFO 4154: Analytics-driven Game Design Class 29: Who Pays for Games? by 2pm: Newgrounds Release Report Mon Wed Fri 11/2 Who Pays for Games? 11/5 Pokémon GO 11/7 Minecraft? 11/9 Newgrounds Release by

More information

Course Overview; Development Process

Course Overview; Development Process Lecture 1: Course Overview; Development Process CS/INFO 3152: Game Design Single semester long game project Interdisciplinary teams of 5-6 people Design is entirely up to you First 3-4 weeks are spent

More information

Course Overview; Development Process

Course Overview; Development Process Lecture 1: Course Overview; Development Process CS/INFO 3152: Game Design Single semester long game project Interdisciplinary teams of 5-6 people Design is entirely up to you First 3-4 weeks are spent

More information

Everything you need to know

Everything you need to know Everything you need to know If you have any questions then give us a call on 0845 454 2222* or call free on 150 from a Virgin Media phone *For details on how much it costs to call our team, visit our website

More information

CS/INFO 4154: Analytics-driven Game Design

CS/INFO 4154: Analytics-driven Game Design CS/INFO 4154: Analytics-driven Game Design Class 14: Difficulty Mon Wed Fri 9/26 Difficulty 9/28 Incentive Structures Today @ 11:59pm: Alpha Report 10/1 Internet Telemetry 10/3 Beta Testing 1 10/5 Beta

More information

CS/INFO 4154: Analytics-driven Game Design

CS/INFO 4154: Analytics-driven Game Design CS/INFO 4154: Analytics-driven Game Design Class 26: Ubiquitous Gaming Mon Wed Fri 10/25 Ubiquitous Gaming 10/27 Friends Release 1 10/30 Friends Release 2 11/1 Friends Release 3 11/3 Friends Release Report

More information

PaperCut TouchNet upay Quick Start Guide

PaperCut TouchNet upay Quick Start Guide PaperCut TouchNet upay Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing the Payment Gateway Module

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

VoIP Paging Amplifier and Elastix Server

VoIP Paging Amplifier and Elastix Server VoIP Paging Amplifier and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single VoIP Paging Amplifier configuration. In this configuration, the

More information

ANSYS v14.5. Manager Installation Guide CAE Associates

ANSYS v14.5. Manager Installation Guide CAE Associates ANSYS v14.5 Remote Solve Manager Installation Guide 2013 CAE Associates What is the Remote Solve Manager? The Remote Solve Manager (RSM) is a job queuing system designed specifically for use with the ANSYS

More information

Junior Circle Meeting 5 Probability. May 2, ii. In an actual experiment, can one get a different number of heads when flipping a coin 100 times?

Junior Circle Meeting 5 Probability. May 2, ii. In an actual experiment, can one get a different number of heads when flipping a coin 100 times? Junior Circle Meeting 5 Probability May 2, 2010 1. We have a standard coin with one side that we call heads (H) and one side that we call tails (T). a. Let s say that we flip this coin 100 times. i. How

More information

Federico Forti, Erdi Izgi, Varalika Rathore, Francesco Forti

Federico Forti, Erdi Izgi, Varalika Rathore, Francesco Forti Basic Information Project Name Supervisor Kung-fu Plants Jakub Gemrot Annotation Kung-fu plants is a game where you can create your characters, train them and fight against the other chemical plants which

More information

Part 1: Setting Up Your YouTube Account For Recordings

Part 1: Setting Up Your YouTube Account For Recordings Part 1: Setting Up Your YouTube Account For Recordings Before you start your first recording, you will need to make sure that you have a YouTube account setup and ready to upload videos to. Note: You are

More information

HOW TO TRANSFER YOUR ISA HOW TO TRANSFER YOUR ISA GETTING STARTED HELP GUIDE. Use this step by step guide designed to help you get started.

HOW TO TRANSFER YOUR ISA HOW TO TRANSFER YOUR ISA GETTING STARTED HELP GUIDE. Use this step by step guide designed to help you get started. HOW TO TRANSFER YOUR ISA HOW TO TRANSFER YOUR ISA GETTING STARTED HELP GUIDE Use this step by step guide designed to help you get started. How to transfer your ISA 2 TABLE OF CONTENTS How it works: If

More information

Homework Week #16 Due January 24, 2019 Grade 2 TLC

Homework Week #16 Due January 24, 2019 Grade 2 TLC Homework Week #16 Due January 24, 2019 Grade 2 TLC Reading: The homework program includes 15 20 minutes of daily reading. Please complete at least 2 3 sessions of Raz-Kids a week, which should include

More information

Getting started with Search the online area wide prospectus student guide

Getting started with Search the online area wide prospectus student guide Getting started with Search the online area wide prospectus student guide Applications for post 16 courses will be made online through the website www.ucasprogress.com know locally as Search and Apply

More information

Programming Exam. 10% of course grade

Programming Exam. 10% of course grade 10% of course grade War Overview For this exam, you will create the card game war. This game is very simple, but we will create a slightly modified version of the game to hopefully make your life a little

More information

QUICK START GUIDE. A visual walk-through

QUICK START GUIDE. A visual walk-through QUICK START GUIDE A visual walk-through 2 Contents Quick Overview 3 How to Log In 4 How the Website Works 5 How to Get the Next Step 9 Checking Your Account 16 Troubleshooting 19 Need More Help? 20 3 Quick

More information

CS/INFO 4154: Analytics-driven Game Design

CS/INFO 4154: Analytics-driven Game Design CS/INFO 4154: Analytics-driven Game Design Class 31: Revenue, Part 2 Mon Wed Fri 11/7 Revenue, Part 2 11/9 Newgrounds Release 1 by 10:10am: Upload Game to CMS 11/12 Newgrounds Release 2 11/14 Newgrounds

More information

Online Registration of the Team-Compositions on chess-results.com Last update , Author Heinz Herzog

Online Registration of the Team-Compositions on chess-results.com Last update , Author Heinz Herzog Online Registration of the Team-Compositions on chess-results.com Last update 20.12.2012, Author Heinz Herzog Requirement: Program Swiss-Manager ( http://swiss-manager.at ) From the perspective of the

More information

Author Instructions FPIN Editorial Manager

Author Instructions FPIN Editorial Manager Author Instructions FPIN Editorial Manager Login Information: www.editorialmanager.com/fpin Your username and password will have been sent to you by the FPIN Project Manager. If you do not have it, please

More information

CSS 385 Introduction to Game Design & Development. Week-6, Lecture 1. Yusuf Pisan

CSS 385 Introduction to Game Design & Development. Week-6, Lecture 1. Yusuf Pisan CSS 385 Introduction to Game Design & Development Week-6, Lecture 1 Yusuf Pisan 1 Weeks Fly By Week 6 10/30 - Discuss single button games 11/1 - Discuss game postmortems 11/4 - Single Button Game (Individual)

More information

SafetyNet Mobile v3.0

SafetyNet Mobile v3.0 This guide covers the Predictive Solutions SafetyNet application version 3.0. It is intended to show users how to enter, edit and sync inspections and incidents from a phone or tablet. The application

More information

Security Portal Web Address: EDRS Informational Website:

Security Portal Web Address:   EDRS Informational Website: Version 2 January 2016 Security Portal Web Address: https://dph.state.al.us/adphsec/login.aspx EDRS Informational Website: Adph.org/edrs Click on Login to AL-EDRS. You will be taken to the Security Portal

More information

ENGAGE WITH YOUR AUDIENCE THROUGH GAMING

ENGAGE WITH YOUR AUDIENCE THROUGH GAMING ENGAGE WITH YOUR AUDIENCE THROUGH GAMING OUT-OF-THE-BOX SOLUTION PREMIUM GAMES LOCALIZATION TOURNAMENTS CUSTOM BILLING MEDIA LOYALTY WE WORK HAND IN HAND WITH YOU TO LAUNCH AND GROW YOUR BRAND THROUGH

More information

PROJECT MANAGEMENT. CSC404 Tutorial Slides

PROJECT MANAGEMENT. CSC404 Tutorial Slides PROJECT MANAGEMENT CSC404 Tutorial Slides Context for Game Design Game development is an agile development process. Incremental development Demonstrable product Product milestones Small groups Changing

More information

2018 Student s Guide.

2018 Student s Guide. 2018 Student s Guide www.scienteer.com Student Guide Page 1 Student Guide Table of Contents Registration... 3 Returning Students (students who had a Scienteer account last year)... 3 Logging in for the

More information

SALT Resubmission Guidelines

SALT Resubmission Guidelines SALT Resubmission Guidelines! 1/6 SALT Resubmission Guidelines This tutorial assists SALT 2011 authors with the copyediting process which precedes the publication of their paper in Proceedings of SALT

More information

Entering 2018 UNCT Goals, UNCT Success Criteria and RC Indicators

Entering 2018 UNCT Goals, UNCT Success Criteria and RC Indicators Entering 2018 UNCT Goals, UNCT Success Criteria and RC Indicators TOGETHER FOR DEVELOPMENT One UN Plaza DC1-16 Floor New York NY 10017 T +1 212 906 6924 undg.org FOR UNCT ARC ADMINISTRATORS Entering 2018

More information

<Insert Picture Here> Using ERPi for EBS/FDM Data Loads into HFM

<Insert Picture Here> Using ERPi for EBS/FDM Data Loads into HFM Using ERPi for EBS/FDM Data Loads into HFM Wayne Paffhausen Senior Technical Support Engineer Program Agenda Create a Link inside of ERPi to the HFM Application Create an Import Format

More information

GP online services Patient Guide

GP online services Patient Guide Patient Guide easy read 1 Reading this booklet This booklet uses easy words and pictures to help you understand more about GP online services. You might want to read through it with someone else to support

More information

NAIS People of Color Conference: Proposal Submission Guide

NAIS People of Color Conference: Proposal Submission Guide NAIS People of Color Conference: Proposal Submission Guide Table Of Contents 1. How To Login To Your Account......1 2. Submit An Entry.2 3. Lost Password: How To Recover Password....11 4. How To Create

More information

LPR SETUP AND FIELD INSTALLATION GUIDE

LPR SETUP AND FIELD INSTALLATION GUIDE LPR SETUP AND FIELD INSTALLATION GUIDE Updated: May 1, 2010 This document was created to benchmark the settings and tools needed to successfully deploy LPR with the ipconfigure s ESM 5.1 (and subsequent

More information

How to download library ebooks to your Kindle

How to download library ebooks to your Kindle How to download library ebooks to your Kindle You can download Kindle ebooks through the Ella Johnson Memorial Library. To check out and download books to your Kindle you will need to have: Your Ella Johnson

More information

SABO Student Activities Advisor Training. Advisor System Training

SABO Student Activities Advisor Training. Advisor System Training SABO Student Activities Advisor Training Advisor System Training Today s Session Goals Introduction to SABO Account Use and Responsibilities Accessing Your Account(s) Transactions, Documentation, and Approvals

More information

ARTIFICIAL INTELLIGENCE (CS 370D)

ARTIFICIAL INTELLIGENCE (CS 370D) Princess Nora University Faculty of Computer & Information Systems ARTIFICIAL INTELLIGENCE (CS 370D) (CHAPTER-5) ADVERSARIAL SEARCH ADVERSARIAL SEARCH Optimal decisions Min algorithm α-β pruning Imperfect,

More information

Volume INFINTE CAMPUS. Oak Grove School District. Infinite Campus Instruction Guide

Volume INFINTE CAMPUS. Oak Grove School District. Infinite Campus Instruction Guide Volume 1 INFINTE CAMPUS Oak Grove School District Infinite Campus Instruction Guide O A K G R O V E S C H O O L D I S T R I C T Infinite Campus Instruction Guide Cheryl Caton MIS320 V1WW Professor Hill

More information

Finally! A Step-by-Step, No Fuss Method To Creating Cash-Generating Content 20X Faster With Less Effort!

Finally! A Step-by-Step, No Fuss Method To Creating Cash-Generating Content 20X Faster With Less Effort! Finally! A Step-by-Step, No Fuss Method To Creating Cash-Generating Content 20X Faster With Less Effort! Once You Apply These Content Hacks You ll Be Able TO TURN that content into MULTIPLE INCOME STREAMS!...

More information

League of Legends: Dynamic Team Builder

League of Legends: Dynamic Team Builder League of Legends: Dynamic Team Builder Blake Reed Overview The project that I will be working on is a League of Legends companion application which provides a user data about different aspects of the

More information

Lightseekers Trading Card Game Rules

Lightseekers Trading Card Game Rules Lightseekers Trading Card Game Rules 1: Objective of the Game 3 1.1: Winning the Game 3 1.1.1: One on One 3 1.1.2: Multiplayer 3 2: Game Concepts 3 2.1: Equipment Needed 3 2.1.1: Constructed Deck Format

More information

Accessing e-books with your e-reader

Accessing e-books with your e-reader e-reader 1 Accessing e-books with your e-reader What you need to know about library e-books is that each one is protected by Digital Rights Management (DRM). This means that access to e-books is restricted

More information

Configuring User Settings at the Scan Station

Configuring User Settings at the Scan Station Configuring User Settings at the Scan Station Contents Touchscreen configurations... 2 Getting familiar with the touch screen... 4 Destination screen... 4 Icon descriptions: Destination screen... 5 Settings

More information

Create Applications from Ideas Written Response Submission Template Submission Requirements 2. Written Responses

Create Applications from Ideas Written Response Submission Template Submission Requirements 2. Written Responses Create Applications from Ideas Written Response Submission Template Submission Requirements 2. Written Responses Submit one PDF document in which you respond directly to each prompt. Clearly label your

More information

far- Play Developers Manual

far- Play Developers Manual far- Play Developers Manual The Main Page To log into the far- Play developer s suite, visit the projects website: http://hypatia.cs.ualberta.ca/aarg_project/far- play/. Click on the Login button and enter

More information

Test 4 Sample Questions

Test 4 Sample Questions Test 4 Sample Questions Solve the problem by applying the Fundamental Counting Principle with two groups of items. 1) An apartment complex offers apartments with four different options, designated by A

More information

Q: WHAT ARE THE RESIDENCY REQUIREMENTS FOR THOSE WHO PLAY TO COMPETE? A: This is event is restricted to UK and Ireland, therefore:

Q: WHAT ARE THE RESIDENCY REQUIREMENTS FOR THOSE WHO PLAY TO COMPETE? A: This is event is restricted to UK and Ireland, therefore: FAQ Q: HOW MANY GAMES WILL BE PLAYED TO DETERMINE THE WINNER OF EACH MATCH-UP? A: The tournament is a 5v5 Summoner s Rift sudden death (Best-of-one), and the finals will be Best-of-Three. Q: CAN I PARTICIPATE

More information

How to Port your Number

How to Port your Number How to Port your Number A How To Guide on keeping your old number with nettalk Getting started with a new phone number is tough. You have to call everyone back and give them your new number, especially

More information

Tac Due: Sep. 26, 2012

Tac Due: Sep. 26, 2012 CS 195N 2D Game Engines Andy van Dam Tac Due: Sep. 26, 2012 Introduction This assignment involves a much more complex game than Tic-Tac-Toe, and in order to create it you ll need to add several features

More information

Reviewing Your Tax Return In Your Portal

Reviewing Your Tax Return In Your Portal Reviewing Your Tax Return In Your Portal 1. Go to our website www.franklinincpa.com and click on the link at the bottom left of the screen for Client Connect. a. This link will take you to the login screen

More information

By Pamela Baker for The Birch Cottage

By Pamela Baker for The Birch Cottage By Pamela Baker for The Birch Cottage Setup Your Bluehost Hosting Account Step One: To get started, go to Bluehost s home page and click get started now. Step Two: Next, you will select your domain name

More information

Step 1. - To Create an Account

Step 1. - To Create an Account Kuskitannee Lodge 168 Website registration walk through Overview In order to make it easier to plan for weekends and to allow users to easily register online a process has been created which will allow

More information

DWG Register User Guide October Adding Drawings... 2 Statuses... 2 Archive... 4 Change Requests... 5 Transmittals... 5 Admin...

DWG Register User Guide October Adding Drawings... 2 Statuses... 2 Archive... 4 Change Requests... 5 Transmittals... 5 Admin... Contents Adding Drawings... 2 Statuses... 2 Archive... 4 Change Requests... 5 Transmittals... 5 Admin... 6 https://dwgregister.com Page 1 Crypto Pit Pty Ltd Adding Drawings You can upload any type of electronic

More information

AB Seas Players: 4. Copyright 2007 Kristen Poindexter

AB Seas Players: 4. Copyright 2007 Kristen Poindexter Zingo: Players: 4-5 1. Give each child a Zingo card and decide what color side will be facing up (green or blue). 2. Make sure all the Zingo chips are back inside the Zingo chip holder (lift the lid off

More information

Level 2 Creating an event driven computer program using Java ( )

Level 2 Creating an event driven computer program using Java ( ) Level 2 Creating an event driven computer program using Java (7540-007) Assignment guide for Candidates Assignment A www.cityandguilds.com October 2017 Version 1.0 About City & Guilds City & Guilds is

More information

Scorer with BridgePads Quick Guide to Teams Scoring

Scorer with BridgePads Quick Guide to Teams Scoring December 2013, Scorer 14 Scorer with BridgePads Quick Guide to Teams Scoring These instructions a short guide to Teams scoring. Only the most common functions are covered. For details on more advanced

More information

An Escape Room set in the world of Assassin s Creed Origins. Content

An Escape Room set in the world of Assassin s Creed Origins. Content An Escape Room set in the world of Assassin s Creed Origins Content Version Number 2496 How to install your Escape the Lost Pyramid Experience Goto Page 3 How to install the Sphinx Operator and Loader

More information

Progeny Imaging Veterinary

Progeny Imaging Veterinary Progeny Imaging Veterinary User Guide V1.14 and higher 00-02-1605 Rev. K1 ECN: ECO052875 Revision Date: 5/17/2017 Contents 1. About This Manual... 6 How to Use this Guide... 6 Text Conventions... 6 Getting

More information

Logging into Five9 Telephony

Logging into Five9 Telephony Logging into Five9 Telephony VOICE AUTHENTICATE BEFORE ATTEMPTING TO LOG IN Go to the Citrix Home Page at https://trcforecast.westat.com/trccitrix/sitepages/home.aspx Select the Citrix Login link next

More information

Cashback Blackjack TO PLAY THE GAME. The objective of the game is to get closer to 21 than the dealer without going over.

Cashback Blackjack TO PLAY THE GAME. The objective of the game is to get closer to 21 than the dealer without going over. Cashback Blackjack The objective of the game is to get closer to 21 than the dealer without going over. TO PLAY THE GAME This game is played with 6 decks of cards. In order to play, you must place the

More information

Serial No.: MTYxOTAwMDAxMzAw

Serial No.: MTYxOTAwMDAxMzAw MODEL: SODIS-215 SERIES NAME: HOOP SHOT CYBER ARCADE Serial No.: MTYxOTAwMDAxMzAw NOTICE! - Actual product may vary in color and design - Above Serial No. is for registering Hoop Shot Online Game on your

More information

Components: Game Map. Unit Chart. Weather Effects. Terrain effects are listed in the rules. Turn Track

Components: Game Map. Unit Chart. Weather Effects. Terrain effects are listed in the rules. Turn Track Components: Game Map Unit Chart Weather Effects Terrain effects are listed in the rules. Turn Track Red Hex Line: Units may not move or attack across a red hex line. Fortress/Victory City: A fortified

More information

EZLBot Documentation. Release 1.0. EZLBot

EZLBot Documentation. Release 1.0. EZLBot EZLBot Documentation Release 1.0 EZLBot Apr 21, 2017 Contents 1 Promotions 3 1.1 Text Promotion.............................................. 3 1.2 Photo Promotion.............................................

More information

Making an application on UCAS Progress via Kentchoices

Making an application on UCAS Progress via Kentchoices Getting Started Research Making an application on UCAS Progress via Kentchoices 2018-19 Before making your application, you will need to make sure that you have done some research about where you want

More information

Midterm 2 6:00-8:00pm, 16 April

Midterm 2 6:00-8:00pm, 16 April CS70 2 Discrete Mathematics and Probability Theory, Spring 2009 Midterm 2 6:00-8:00pm, 16 April Notes: There are five questions on this midterm. Answer each question part in the space below it, using the

More information

Lab 1: Introduction to Laboratory Equipment ReadMeFirst

Lab 1: Introduction to Laboratory Equipment ReadMeFirst Lab 1: Introduction to Laboratory Equipment ReadMeFirst Lab Summary This is the introduction to laboratory equipment and cables. The equipment covered includes the oscilloscope, function generator, power

More information

PlayersPlus Members and Registration for Your Guests

PlayersPlus Members and Registration for Your Guests PlayersPlus Members and Registration for Your Guests PlayersPlus lets your patrons register as Buzztime players to compete against other members across North America for bragging rights, prizes and more.

More information

Twos, Fives, and Tens. 100 Chart. Pearson Education 1 M15

Twos, Fives, and Tens. 100 Chart. Pearson Education 1 M15 100 Chart 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

More information

ChesServe Test Plan. ChesServe CS 451 Allan Caffee Charles Conroy Kyle Golrick Christopher Gore David Kerkeslager

ChesServe Test Plan. ChesServe CS 451 Allan Caffee Charles Conroy Kyle Golrick Christopher Gore David Kerkeslager ChesServe Test Plan ChesServe CS 451 Allan Caffee Charles Conroy Kyle Golrick Christopher Gore David Kerkeslager Date Reason For Change Version Thursday August 21 th Initial Version 1.0 Thursday August

More information

A step-by-step process for attaching a photo of the park through Android Mobile Application

A step-by-step process for attaching a photo of the park through Android Mobile Application A step-by-step process for attaching a photo of the park through Android Mobile Application Feedback is registered by the customer with the details of the customer and park through web based enabled application

More information

Distributed Slap Jack

Distributed Slap Jack Distributed Slap Jack Jim Boyles and Mary Creel Advanced Operating Systems February 6, 2003 1 I. INTRODUCTION Slap Jack is a card game with a simple strategy. There is no strategy. The game can be played

More information

Using Puzzilla.org to Find a Family to Research

Using Puzzilla.org to Find a Family to Research ADOPT-A-FAMILY #1: Using Puzzilla.org to Find a Family to Research Go to puzzilla.org and click sign in Sign in with your FamilySearch login Click OK to allow Puzzilla to load your tree from FamilySearch

More information

Welcome to Weebly. Setting up Your Website. Write your username here:

Welcome to Weebly. Setting up Your Website. Write your username here: Welcome to Weebly Setting up Your Website Write your username here: You will need to remember enter this username each time you log in, so you may want to write it somewhere else that is safe and easy

More information

Omniverse Setup Instructions

Omniverse Setup Instructions Omniverse Setup Instructions Hello Omni customer, Please follow the steps outlined below to get your Omni ready for Omniverse! Let us know if you have questions or issues at any time at support@virtuix.com.

More information

25) Click Save Changes

25) Click Save Changes When you signed up for Twitter, you entered some basic information and started following some other users. Before you go live with your profile and advertising your name, it is time to fine-tune your profile

More information

Moneybags. by Will Chavis. Combinatorial Games. Instructor: Dr. Harold Reiter

Moneybags. by Will Chavis. Combinatorial Games. Instructor: Dr. Harold Reiter Moneybags by Will Chavis Combinatorial Games Instructor: Dr Harold Reiter Section 1 Introuction The world of math explores many realms of analytical diversity One of the most distinguished analytical forms

More information

2. Now you need to create permissions for all of your reviewers. You need to be in the Administration Tab to do so. Your screen should look like this:

2. Now you need to create permissions for all of your reviewers. You need to be in the Administration Tab to do so. Your screen should look like this: How to set up AppReview 1. Log in to AppReview at https://ar.applyyourself.com a. Use 951 as the school code, your 6+2 as your username, and the password you created. 2. Now you need to create permissions

More information

PLAY & WIN!* SUPER RUGBY 2018 DOWNLOAD THE APP TODAY! See inside for more information. *Terms and conditions apply. Metalcraft Insulated Panel Systems

PLAY & WIN!* SUPER RUGBY 2018 DOWNLOAD THE APP TODAY! See inside for more information. *Terms and conditions apply. Metalcraft Insulated Panel Systems SUPER RUGBY 2018 PLAY & WIN!* DOWNLOAD THE APP TODAY! See inside for more information. *Terms and conditions apply Insulated Panel Systems Roofing * ACKNOWLEDGEMENT Pick&Go has been built by BKA Interactive

More information

SEEM3460/ESTR3504 (2017) Project

SEEM3460/ESTR3504 (2017) Project SEEM3460/ESTR3504 (2017) Project Due on December 15 (Fri) (14:00), 2017 General Information 30% or more mark penalty for uninformed late submission. You must follow the guideline in this file, or there

More information

Fry s First 100 Words Snakes and Ladders Games - Clever Classroom TpT

Fry s First 100 Words Snakes and Ladders Games - Clever Classroom TpT Fry s First 100 Words Snakes and Ladders Games Guide for Teachers Statement of Purpose: This resource gives elementary aged students the opportunity to revise and learn the first set of Fry s most used

More information

GCSE ICT Unit 2 Multimedia and Games Technology GCSE ICT Games Technology Gerard Duffy Principal Moderator

GCSE ICT Unit 2 Multimedia and Games Technology GCSE ICT Games Technology Gerard Duffy Principal Moderator GCSE ICT Unit 2 Multimedia and Games Technology GCSE ICT Games Technology Gerard Duffy Principal Moderator Geoff Ewart Anita McGinn Peter Mitchell Assistant Principal Moderator Introduction Generic software

More information

TINA. Teach-Mode Applicationsoftware. LinMot (Switzerland) LinMot (US) PO Box 521 Rogers MN USA

TINA. Teach-Mode Applicationsoftware. LinMot (Switzerland) LinMot (US) PO Box 521 Rogers MN USA TINA Teach-Mode Applicationsoftware (Switzerland) (US) Sulzer Electronics Ltd Technoparkstrasse 1 CH-8005 Zürich Switzerland phone:+41 1 445 2282 fax; +41 1 445 2281 office@linmot.com www.linmot.com PO

More information

A Complete Guide to EON and PayPal for the Philippines

A Complete Guide to EON and PayPal for the Philippines A Complete Guide to EON and PayPal for the Philippines Get Your Free Account and Get Hired! Free resume posting (your online profile) Free job board to look at available jobs Free training to help you

More information

Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers

Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers Email: tim@fowers.net 1) Introduction Basics of Game Design: definition of a game, terminology and basic design categories.

More information

Before You Begin Page 11 Axis 360 Page 12. OneClickdigital Page 14

Before You Begin Page 11 Axis 360 Page 12. OneClickdigital Page 14 Table Of Contents Apps (Use With Tablets & Smartphones) axisreader App (Nook, ipad, Samsung) Page 3 Blio App (Kindle Fire only) Page 6 OneClickdigital App (Any Device) Page 9 ereaders (Use With Nook or

More information

Overview of INAZUMA Certified Systems for our Business Partners

Overview of INAZUMA Certified Systems for our Business Partners Overview of INAZUMA Certified Systems for our Business Partners INAZUMA Certified Systems INAZUMA Common Infrastructure Sony INAZUMA Head Office Overview INAZUMA Certified Systems INAZUMA Certified Systems

More information

GRANDMA Online. 3. Welcome Screen. Simply clicking on Continue or pressing the Enter key will take you to the search page.

GRANDMA Online. 3. Welcome Screen. Simply clicking on Continue or pressing the Enter key will take you to the search page. GRANDMA Online 1. What is GrandmaOnline.org? This website provides online search capability for the GRANDMA database. GRANDMA is the Genealogical Registry and Database of Mennonite Ancestry. In practice,

More information

METRO TILES (SHAREPOINT ADD-IN)

METRO TILES (SHAREPOINT ADD-IN) METRO TILES (SHAREPOINT ADD-IN) November 2017 Version 2.6 Copyright Beyond Intranet 2017. All Rights Reserved i Notice. This is a controlled document. Unauthorized access, copying, replication or usage

More information

Once this function is called, it repeatedly does several things over and over, several times per second:

Once this function is called, it repeatedly does several things over and over, several times per second: Alien Invasion Oh no! Alien pixel spaceships are descending on the Minecraft world! You'll have to pilot a pixel spaceship of your own and fire pixel bullets to stop them! In this project, you will recreate

More information

Registering for Corban Accelerated Online

Registering for Corban Accelerated Online Registering for Corban Accelerated Online These are the steps you are about to complete: Login to SIS Search for your course(s) Select the course(s) Add to your schedule Pay for your course(s)* You re

More information

PRINTING ON YOUR IPAD

PRINTING ON YOUR IPAD PRINTING ON YOUR IPAD TABLE OF CONTENTS I don t have Papercut on my ipad... 1 I can t see any printers when trying to print... 2 The Papercut app wants me to sign in... 3 Can I print double sided?... 4

More information

Lightseekers Trading Card Game Rules

Lightseekers Trading Card Game Rules Lightseekers Trading Card Game Rules Effective 7th of August, 2018. 1: Objective of the Game 4 1.1: Winning the Game 4 1.1.1: One on One 4 1.1.2: Multiplayer 4 2: Game Concepts 4 2.1: Equipment Needed

More information

Fall 2017 March 13, Written Homework 4

Fall 2017 March 13, Written Homework 4 CS1800 Discrete Structures Profs. Aslam, Gold, & Pavlu Fall 017 March 13, 017 Assigned: Fri Oct 7 017 Due: Wed Nov 8 017 Instructions: Written Homework 4 The assignment has to be uploaded to blackboard

More information

MLU WHITE PAPER

MLU WHITE PAPER MLU WHITE PAPER TABLE OF CONTENTS Airplay Direct Site Artist First Store Bio Comp Cards Console Covers Google Analytics Logo MySpace Site Photoshoot Photoshoot Alt Twitter Site Website YouTube Site 1 2

More information

SETUP. Remove Extra Cards. Infect Wolf Zero. Set Aside Night Cards

SETUP. Remove Extra Cards. Infect Wolf Zero. Set Aside Night Cards Werewolves are among us... and humans who get bitten three times turn into wolves themselves! Humans try to give wounds to the wolves and avoid getting bitten. Humans win if at least one human survives

More information

ChessBase Accounts FIRST STEPS. CH E ACCESS THE WORLD OF CHESSBASE ANYWHERE, ANYTIME - 24/7

ChessBase Accounts FIRST STEPS.   CH E ACCESS THE WORLD OF CHESSBASE ANYWHERE, ANYTIME - 24/7 ChessBase Accounts ACCESS THE WORLD OF CHESSBASE ANYWHERE, ANYTIME - 24/7 UM CH E S SBAS E ACCOUNT PREM I FIRST STEPS https://account.chessbase.com 2 3 ChessBase Account The ChessBase Account is your entry

More information

How To Handbook For Learners

How To Handbook For Learners How To Handbook For Learners 2017 Contents 3 How do I log in? 4-5 How do I watch a video? 6-9 How do I take an assessment? 10-11 How do I review an assessment I have just written? 12-13 How do I review

More information