Nate Brunelle Today: Games

Slides:



Advertisements
Similar presentations
Creative Computing. \\ aims By the end of the session you will be able to: 1.Move objects around 2.Write simple interactive programs 3.Use the mouse position.
Advertisements

How to Use Topics Topics Navigation. 9/14/2013 How to Use Topics 2 Starter Find the file Menu in the Menu folder, or alternatively the Table of Contents.
In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
Microsoft PowerPoint Example Presentation for Beginners (Click the left mouse button or press to move on)
Windows Basics: The Mouse. The Mouse Before you can explore the Desktop and Taskbar, you must know how to use your mouse. Your mouse is a pointing device.
Lesson 5+: Using He- Builder/She-Builder And Adding Text! Slides are adapted from aliceprogramming.net or
Instructions For Users with More than One Account in DCPDS.
What Are?... WHALES Storyboards 1. Welcome Screen Basic Welcome Screen. Ocean background showing a whales tail. The main title appears from the right.
Ordered Pairs An ordered pair comes in the form (x,y) with x always first and y always second The x value refers to the numbers on the x axis The y value.
Basics of Graphing For TI-83 Plus Users. When graphing equations on a TI-83 Plus there are three screens that are very useful to know: The Y= screen The.
Creating pong in scratch Learning objectives: To learn how to program Sensing via colour and sprite proximity O:\ICT\ks3\scratch\scratch Exercises\Creating.
Stop Motion Animation Story Board Background Camera.
VIDEO GAME PROGRAMMING Video Game Programming Snowball Wars INSTRUCTOR TEACHER’S ASSISTANT.
Epson Interactive Projector With whiteboard. Find the Easy Interactive Tools Choose the Microsoft button in the lower left corner. It looks like a circle.
CIS 205—Web Design & Development Flash Chapter 1 Getting Started with Adobe Flash CS3.
TO YOUR H:DRIVE PLD8865(\\ins-fs1\home)(H:) How to Save Lesson 2 – November 13, 2013 – Michelle Lowe.
STEP 1: Accessing the Random Number function -Open your spreadsheet with the universe of facilities (If your list is in word, just cut and paste the list.
Learning Unity. Getting Unity
Directions for making Jeopardy from template Give the PowerPoint a new file name so that you don’t destroy the template. The next slide identifies by slide.
Fort Hancock Elementary School Library Annual Report
Overview of Game Maker. Game Maker Version 7.0 Lite (free version) For MS-Windows platforms
Select Your Spirit Guide Bear Buffalo Raven Wolf.
Today we are learning to: Understand how flow charts are used to design games Add events to our objects to control stuff in our game – (Using the user.
Games Programming in Scratch
Application software- programs that let you do things What are some computer programs that you or your parents use on the computer?
Scratch Part 3 – Creating a level. What you will be doing.  You will make the first level to your game.  You need to think about the following when.
Camera Microphone Left click button. Microphone USB port.
Stencyl Visual Programming Dr. Gary Liu. Sections: 1: Game Development Concepts 2: Stencyl and Game Mechanics 3: Stencyl Story and Aesthetics 4: stencyl.
1. Read your independent reader. 2. Open the chalkboard app on the ipad. 3. Write your name in the top right hand corner of chalkboard. 4. Create your.
Introducing Scratch Learning resources for the implementation of the scenario
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Why use PowerPoint? Attracts attention Motivates DynamicAnimated Visual.
THE MOUSE Left Click THE MOUSE Right Click.
Solitaire Nick Savillo Michael Biskach Scott Jones Brian Wisniewski.
How To Remove Uploaded YouTube Video?. YouTube Tech Support Number
Chapter 3 Basic Application Software By Sue Cliff
How to add a network printer in Windows 7
How to work with your sprite
Federal Reserve Economic Data (FRED) and Federal Budgets
Start at our website at In the upper right hand corner is a link for “Office 365”
Click into your course. RedShelf.
Class 1: First Program.
5A.
Google Classroom Setting Up Using a Computer.
Start at our website at In the upper right hand corner is a link for “Office 365”
Self Registration for the IWB
Enter your text here Enter your text here.
Areas of the SCRATCH 2 Screen
Nate Brunelle Today: Functions again, Scope
Assign Courses New – Group administrators can now assign courses to their staff NEW FEATURE: Training Coordinators can now assign courses to their staff.
Download : to follow along.
Nate Brunelle Today: Values and Types
How can Help my student council?.
Enable an activity in The Control Tower
Flappy bird Demo: Lesson 5 Flappy bird Demo:
Virtual PacMan By Brett Jones.
Nate Brunelle Today: Values and Types
Transparency & magic pixel
Self Registration for the IWB
Self Registration for the IWB
You can find all your groups or join groups from your dashboard –click in the top right hand corner of the screen once you have logged in, and this will.
Self Registration for the IWB
Self Registration for the IWB
The coordinate system Susan Ibach | Technical Evangelist
Structure diagrams for lab 13
Game development using Scratch
Getting to powerpoint. Go to your start menu. Go to all programs.
Setting up Google Account
Nate Brunelle Today: Games
Nate Brunelle Today: Strings, Type Casting
Presentation transcript:

Nate Brunelle Today: Games CS1110 Nate Brunelle Today: Games

Questions?

Gamebox notes Camera: stuff that you can see Camera.draw receives a box We need to draw the scene We need to show the user what we drew The coordinate 0,0 is in the upper-left hand corner of the screen Going right means positive x Going down means positive y

Topic Requests Screen scrolling First person shooting Change background Dangerous obstacles Mouse Buttons Randomness Collisions Score How to animate a character Win/lose conditions Multiplayer