Interactive Media and Game Development Code Samples.

Slides:



Advertisements
Similar presentations
Mouse Training Instruction by: Connie Hutchison & Christopher McCoy.
Advertisements

Microsoft® Small Basic
Multiplayer Online Games An-Cheng Huang Bruce Maggs.
x 4 = You were too slow………….. Click below to start again!
Video Game Design Lesson 1. Game Designer Person involved in the development of a video game Person involved in the development of a video game Usually.
1 A reminder that the first couple of “Grid Drills” from the practice plan can be viewed HERE in video clip form. HERE Click HERE to view the 2 animated.
Creative Commons Attribution 3.0 creativecommons.org/licenses/by/3.0 Key Abstractions in Game Maker Foundations of Interactive Game Design Prof. Jim Whitehead.
Chess Board Project 1 Due dates: March 23. Introduction First of series of three projects This project focuses on getting a representative chess board.
Computer Science Education Week Anthony Wayne MS.
 At the end of this class, students are able to  Describe definition of input devices clearly  List out the examples of input devices  Describe.
Creative Commons Attribution 3.0 creativecommons.org/licenses/by/3.0 Key Abstractions in Game Maker Foundations of Interactive Game Design Prof. Jim Whitehead.
RSSql Application Examples There are two RSSql sample applications on this disk: –Application Trigger Sample –Tutorial Sample More overview information.
Words + picturesPicturesWords Day Day
Created By: Vilius Vysniauskas June 7 th, 2012 GITA 3.
The presentation will focus on searches that access the My Environment database. A simple tutorial of the basics on the website All of the demonstrations.
SOCCER SKILLS By Seán. HOW TO PLAY SOCCER -Use the side of your foot to pass the ball. -Run with the ball different ways until you try to shoot. -Use.
Game Maker – Getting Started What is Game Maker?.
Overview of Game Maker. Game Maker Version 7.0 Lite (free version) For MS-Windows platforms
Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.
July 5 Game Workshop. Schedule 9-10:25Finish maze/platform games 10:25-10:45Game structure –Different interactions to motivate players 10:45-11:15Playtest.
CIS125G Computer Game Development. Goals Learn: – How to design games – How games are studied – How games are developed – How to manage software projects.
By Mr. Putnam. In Catfall, the goal of the game is to touch the falling cats with the mouse. Every time you touch a cat, your score goes up by one point.
Today we are learning to: Understand how actions and events control our game. Completing the catch the clown game – making a room – adding music Gather.
There are zombies! Click the shoot button to get your gun and shoot it! SHOOT!
Motivates, interests and engages. Teaches problem solving skills. Allows for creativity and imagination. Demonstrates project design. Encourages teamwork.
ICT/COMPUTING RULES Only use software allowed by the teacher
Using Windows Movie Maker To use this presentation you must: 1.Have your pictures saved to your computer or removable media (memory stick, CD ROM). 2.Have.
- LEARNSAUCE.COMLEARNSAUCE.COM. - LEARNSAUCE.COMLEARNSAUCE.COM What you will learn ? Live Android app development All Things location.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Basketball Irene Kotsiou A1. General rules of basketball Games are played in four quarters of 10 Five players from each team may be on the court at one.
THE MOUSE Left Click THE MOUSE Right Click.
The Challenge Step One: Introducing the.
1.3 Mouse Training.
21’s (2+ Persons) You can pick any points on the floor to shoot from as long as all teams are shooting from the same spots Use both baskets and both sides.
ICT Computer Skills Year One.
Introduction to Computers
Game Engines By James Tedder.
Kodu Game Lab Shaw STEM Lab-2016.
Global Knowledge Economy
مبررات إدخال الحاسوب في رياض الأطفال
Game Maker Studio Tutorial…

Scratch – Simple Programming
1.3 Mouse Training Mouse Training.
Push and Pull 2:04.
Instructions.

21twelveinteractive.com/ twitter.com/21twelveI/ facebook.com/21twelveinteractive/ linkedin.com/company/21twelve-interactive/ pinterest.com/21twelveinteractive/
SKILLS TRAINING SHOOTING TRAINING VERTIMAX TRAINING SKILLS TRAINING
ECARS - INCOMPLETE SERVICE REQUESTS.
Instructions.
Skill – Attacking & Defensive Fundamentals
Importing Textures: By: Jordan Myers.
Around the room Orders of operations.
The game is played by moving the cursor along the red arteries and clicking on the various pieces of your patient’s anatomy that are ailing him to remove.
CLICK TO START.
C.2.10 Sample Questions.
C.2.8 Sample Questions.
Factor Game Sample Game.
Predicting Chance Outcomes
CLICK TO START.
C.2.8 Sample Questions.
PIN THE TAIL ON THE DONKEY
Jeff Hebrank Jason Radabaugh
The game is played by moving the cursor along the red arteries and clicking on the various pieces of your patient’s anatomy that are ailing him to remove.
Pass the Ball Game Pass the ball. When the music stops – whoever has the ball must answer the question Find the conversation question sheets (on many topics!)
Call Now : Click : -
Call Now : Click : -
Call Now : Click : -
Sample Proofs 1. S>-M A 2. -S>-M A -M GOAL.
Presentation transcript:

Interactive Media and Game Development Code Samples

Game Maker Code Samples Follow the Ball –The ball follows the cursor and the ghosts follow the ball if it gets too close Shoot from Both Sides –Demonstration of shooting Persistent Rooms –Example of persistent rooms Questions –Examples of getting input from players More at: mming.htm

Other Possibly Useful Samples Move at Click –Select and object and move to mouse click. Useful for RTS type action. Inventory Tutorial –Basic inventory management, as might be needed for RPG More at: