Project 5 Due date: Wednesday, September 29th

Slides:



Advertisements
Similar presentations
Chapter 11 Designing the User Interface
Advertisements

Chapter 8 Creating Style Sheets.
The Firing Solution IMGD 4000 Due: optional, but no later than May 5 th, 11:59pm Note! No “late” submission allowed for this project.
Making Games with Game Maker Project 2 Due dates: A) Tuesday, September 5th, by 11:59pm (list) B) Sunday, September 14th, by 11:59pm (final)
IMGD The Game Development Process: Project 5 – Level Design Due: Friday, October 9 th Status report: Monday, October 5 th.
TC 310 The Computer in Technical Communication Dr. Jennifer Turns Week 4, Day 1 (4/21)
JavaScript- Introduction. What it is and what it does? What it is? It is NOT Java It is NOT Server-side programming Users can see code It is a client-side.
Level Design Project 4 Due date: Wednesday, February 23rd.
Welcome to Turnitin.com’s Peer Review! This tour will take you through the basics of Turnitin.com’s Peer Review. The goal of this tour is to give you.
Game Evaluation and Testing Project 5 Due date: Monday, February 28th.
Shallow Blue Project 2 Due date: April 5 th. Introduction Second in series of three projects This project focuses on getting AI opponent Subsequent project.
Level Design Project 5 Due date: Friday, October 6th.
Web Page Development Identify elements of a Web Page Start Notepad
Game Inception and Design Project 2 Due dates: – Friday, September 8 th, 11:59pm.
Online Chess Project 3 Due date: April 17 th. Introduction Third in series of three projects This project focuses on adding online support –2 players.
Level Design Project 4 Due date: Wednesday, February 22nd.
Content Creation Project 2 Due date: Monday, September 22 nd.
Complete and Present Prototype Project 6 Status report: Tuesday, October 5 th Due: Saturday, October 9 th Presentation: Tuesday, October 12 th.
Game Logic Project 3 Due date: Monday, June 5 th.
IMGD The Game Development Process: Project 5 – Level Design Due: Friday, October 10 th (in class) Status report: Monday, October 6 th.
Game Logic Project 4 Due date: Wednesday, September 27 th.
A Technical Game Project 4 Due dates: Game Idea Friday, March 16 th Game Plan Friday, March 23 rd Web Page Sunday, April 9 th First Playable Wednesday,
Content Creation Project 2 Due date: Monday, February 7th.
Chapter 13: Designing the User Interface
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
Project 1 Catch a Dragonfly Due: Thursday, September 4 th at 11:59pm.
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
XP Tutorial 1 Introduction to Macromedia Flash MX 2004.
Blogging in the Classroom Presented by : Donna Carroll
SE: CHAPTER 7 Writing The Program
Intermediate 2 Software Development Process. Software You should already know that any computer system is made up of hardware and software. The term hardware.
Introduction to Flash Animation CS 318. Topics Introduction to Flash and animation The Flash development environment Creating Flash animations  Layers.
Prepare an Asset List Project 4 Due date: Friday, September 24 th.
NYS Division of Homeland Security And Emergency Services (DHSES) E-Grants Tutorial Creating an Application for the EOC RFP To access DHSES E-Grants you.
Why use it? o Makes your life easier constructing interactive web games and puzzles. o Quick and painless o Excellent learning tool, fun and interactive.
ABI Gradebooks Elementary 9/5/2007. The names below are real, but the data is not.
Prepare a Game Treatment Project 3 Due dates: Tuesday, September 14 th, in class.
Google Classroom Getting started with Google LMS..
Project Deliverables CIS 4328 – Senior Project 2 And CEN Engineering of Software 2.
Game Logic Project 4 Due date: Monday, September 29 th.
First Playable Project 4 Due date: Monday, September 24 th.
SurveyDIG 2.1 Tutorial. Tutorial Contents Introduction Introduction Item Groups Item Groups –Creating new Groups –Naming Convention –Searching/Editing.
Process of Creating a Website By: Ryan Millevoi and Lauren Gallo.
Edmodo Professional Development. Schedule Review Today’s Schedule Session I Introduction to Edmodo **Break** Session II:
Input and output device A Presentation. Task  Each group will research, design, create and present a short presentation regarding different and unusual.
Making the most of Moodle 2 (A quick guide for students)
SurveyDIG 2.1 Tutorial.
Group Y Presenters: (indicate roles)
The Smarter Balanced Assessment Consortium
Asset List & Content Creation
Chapter Lessons Understand the Macromedia Flash workspace
Introduction to New Product Development (Portfolio)
Section 10.1 YOU WILL LEARN TO… Define scripting
Game Design Mr. Gebhart.
Treatment Document Due date: Monday, September 10th, by 10:00am
Game Inception and Design
Project Pathfinding IMGD 4000 Due: March 28th, 11:59pm.
Project 4 Due date: Monday, September 28th
Game Project IMGD 4000 Due Dates: Form Teams Treatment Website
Steps in accessing Past Examination Papers
CIS 4328 – Senior Project 2 And CEN Engineering of Software 2
Play Testing Due: Sunday, July 25th.
Making Games with Game Maker
Shane B., Esther K., Curtis S., Jennifer W.
Making Games in Flash Project 2 Due dates:
Drift and Sounder* Analytics
Project Behavior Tree IMGD 4000 Due: April 7th, 11:59pm.
IMGD 1001: Project Pitch by Mark Claypool
Making Games with GameMaker
Presentation transcript:

Project 5 Due date: Wednesday, September 29th Implement Test Code Project 5 Due date: Wednesday, September 29th

Introduction Third in a series of related projects Focuses on Will build towards working game Focuses on Development of game objects Using Flash IMGD 1001

Motivation At core of game are the rules More than that Such as rules on gameplay (ie- payoff matrices) More than that Hit points AI for computer-controlled objects Obstacles Interface objects … Begin prototyping the game Gain experience implementing and testing game logic IMGD 1001

Objectives Implement ten active game objects Provide two global game options Document your objects and options Submit your prototype and documentation IMGD 1001

Overview Work in same group Use the treatment from Project 3 Use the art from Project 4 Intent is not to more art or design (but can add – art is not “frozen”). All effort on implementing a variety of objects in Flash! Evaluated based on object activity object interactivity user interactivity AI/reactivity Options Documentation indicating flexible grading IMGD 1001

(Specific criteria next slide) Details (1 of 3) At least 10 Objects Next project on Level Design (and finishing prototype) so consider choices Each should have somewhat unique behavior More than a copy or sub-class of another As a whole, your objects will meet the following criteria: (Specific criteria next slide) IMGD 1001

Details (2 of 3) Object Activity - Change state, reflected to the user in some fashion. Ex: change in location (motion) Ex: change in appearance (damaged object) Object Interactivity - interaction with other objects (i.e. – at least one changes state) Ex: collision between two objects causes rebound Ex: collision between two and “pickup” other item User Interactivity - respond to user input Ex: pressing arrow keys moves avatar AI/Reactivity – “intelligent” behavior in reacting to objects around it. Adapt as situation changes. Ex: Object pursues hero once awake IMGD 1001

Details (3 of 3) For testing, create 1+ Stages (levels) in Flash NOT meant to be playable levels (that’s next project) Do not spend much time on the levels themselves Rather, use to test your objects (grading will use to evaluate), Use as many levels and as many copies as needed Write a short README (text file) Describes the objects, behaviors, and which objects fill which criteria Indicate how the objects should be tested for grading! Note global options and how affect gameplay Indicate flexibility for grading! IMGD 1001

Grading Guidelines Criteria Weight Object Activity 15% Object Interactivity 15% User Interactivity 15% AI/Reactivity 15% Flexible 24% Distribute across above criteria Game Options 10% Documentation 6% IMGD 1001

Submission Turnin (see Web page for instructions) Flash source and project files (.fla, .html, and .swf) Will have art embedded Can make separate .swf for each object behavior (but still turn in code) Documentation IMGD 1001

Group Exercise Break into groups: Consider objects in Pac-Man Blinky, Pinky, Inky, Clyde, Pac Consider objects in Pac-Man List and describe (5-7 minutes) Object activity Object interactivity User interactivity AI/Reactivity Are some objects related to others? If so, how? IMGD 1001