Game Programming & Game Design



Similar documents
SCRATCH Lesson Plan What is SCRATCH? Why SCRATCH?

Make your own Temple Run game

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch

Excel & Visual Basic for Applications (VBA)

NCCA. Transition Unit Having fun with computer programming and games

Code Kingdoms Learning a Language

Fruit Machine. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

The Richard Pate School. Draft Year 4 Scheme of Work for Scratch

Scratch Primary Lesson 4

Video Game Design (Master) Content Skills Learning Targets Assessment Resources & Technology CEQ:

Chapter 13: Program Development and Programming Languages

1. Get to know the SCRATCH Work Space:

Lesson Plan. Course Title: Advanced Computer Programming Session Title: Project Management Basics

Computer Science Education Week Teacher/Volunteer Guide

TDDC88 Lab 2 Unified Modeling Language (UML)

Course Syllabus. GAME 1403 Introduction to Game Design and Development

1.0-Scratch Interface 1.1. Valuable Information

Lesson Plan. Course Title: Principles of Information Technology Session Title: Understanding Types & Uses of Software

JEFFERSON TOWNSHIP PUBLIC SCHOOLS COURSE OF STUDY BUSINESS DIGITAL WEB DESIGN

Optional Lab: Data Backup and Recovery in Windows 7

EXCEL FINANCIAL USES

The very basic basics of PowerPoint XP

Lesson Plan. Upon completion of this assignment, the student will be able to build a small network and identify the different types of hackers.

MONROE TOWNSHIP PUBLIC SCHOOLS WILLIAMSTOWN, NEW JERSEY. Computer Animation. Grade 8

How to Build a Simple Pac-Man Game

Lab - Data Backup and Recovery in Windows 7

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

CREATE AN ANIMATED AQUARIUM IN POWERPOINT

Producing Standards Based Content with ToolBook

MAT 1500: College Algebra for the Social and Management Sciences General Syllabus

Florida Standards Assessments (FSA) Spring Pine Crest Elementary February 24, 2015

Materials Needed: Choose one of the following methods depending on how familiar your students are with the internet and how to use it.

Getting Started with Scratch

USER CONVERSION P3, SURETRAK AND MICROSOFT PROJECT ASTA POWERPROJECT PAUL E HARRIS EASTWOOD HARRIS

BE CREATIVE AND DIFFERENT! FEEL FREE TO USE YOUR IMAGINATION WHEN CREATING YOUR ASSIGNMENTS. GROUP PRESENTATION DUE

GAME:IT. Designing Good Games

Training Games Team Building Puzzles

Use fireworks and Bonfire night as a stimulus for programming

Invitation to Ezhil : A Tamil Programming Language for Early Computer-Science Education 07/10/13

After that you can log in and start creating games or playing existing games.

Basic Computer Skills Module 4. Introduction to Microsoft PowerPoint 2010

Domains and Competencies

Generating lesson plans with. Adobe Acrobat

Common Core Standards Cross Referenced with Programming and Web Design

Analyzing Data Using Excel

Designing Games with Game Maker

einstruction CPS (Clicker) Instructions

Medworxx Learning Management System Manager Guide. Supplement. Importing SCORM Compliant Learning Items

MStM Reading/Language Arts Curriculum Lesson Plan Template

Describe the process of parallelization as it relates to problem solving.

MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7

Insects. A Second Grade Unit by Pat Hart

Excel Templates. & Quote/Invoice Maker for ACT! Another efficient and affordable ACT! Add-On by V

ImageNow Document Scanning and QA Created on 8/15/ :38:00 AM

IELTS ONLINE PRACTICE TEST FREE SAMPLE

EDIT202 PowerPoint Lab Assignment Guidelines

KS3 Computing Group 1 Programme of Study hours per week

Circuits and Boolean Expressions

Online Tools Training Lesson Plan

MAKE AN A-MAZE-ING GAME

Year 8 KS3 Computer Science Homework Booklet

MONROE TOWNSHIP PUBLIC SCHOOLS WILLIAMSTOWN, NEW JERSEY. Digital Media and Technology Grade 8

OCR LEVEL 3 CAMBRIDGE TECHNICAL

Ms. Nicholas Spring VIDEO GAME DESIGN LESSON PLANS

Karen Fuson, Pam Richards, and Robyn Seifert

Mastering Microsoft Project B; 3 days, Instructor-led

INDIANA AREA SCHOOL DISTRICT INDIANA, PA Secondary

Microsoft Dynamics GP. Extender User s Guide

Teacher Development Workshop BUSINESS STUDIES GRADE 11

The Planets? Suite! The Cleveland Institute of Music Class Materials. Table of Contents

Discovering Math: Prediction and Probability Teacher s Guide

Making a Chart Using Excel

Introduction To The Writing Process Animate And Publish Your Stories With The Zimmer Twins.

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

Creating a Poster in PowerPoint A. Set Up Your Poster

MyMaths. User Guide for Teachers. Secondary Level

Program Your Own Game

COMPUTER SCIENCE (5651) Test at a Glance

2667A - Introduction to Programming

Software Development & Education Center. Microsoft Office (Microsoft Project 2010)

Instruction manual. testo easyheat Configuration and Analysis software

Chapter 3. Data Analysis and Diagramming

CHAPTER 18 Programming Your App to Make Decisions: Conditional Blocks

SOFTWARE MANUAL. Please ensure that you read the instruction manual carefully before use. About software

How to Excel with CUFS Part 2 Excel 2010

Banner Workflow. Creating FOAPAL Requests

Budgeting in QuickBooks

Key Stage 3. Scheme of Work. Written by Heaton Moor Digital

Financial Data Access with SQL, Excel & VBA

Customizing your Blackboard Course

Transcription:

Unit 11: Game Programming & Game Design BRIDGES TO COMPUTING http://bridges.brooklyn.cuny.edu College Now, Bridges to Computing Page 1

Topic Descriptions and Objectives Unit 7: Game Programming & Game Design Sessions: 3 (55min) topic lectures 3 (55min) lab sessions 4 (55min) project sessions Total: 10 hours * Topics to be addressed: Programming in Scratch Principles of Game Design Game Design methodology Game State & Game Mathematics * Excluding support topic lectures which may be given as part of this unit, or separately as part of a fundamentals of computer science unit. Topic Description: After students have been introduced to basic programming terminology as well as issues associated with program design and development, they will be introduced to programming within the Scratch IDE environment. Students will learn some basic terminology used within the field of game studies and about the MDA (Methods, Dynamics, Aesthetics) methodology for game development. By creating several lab games, and their own larger project game in Scratch students will gain experience in: programming within the Imperative, Procedural and Object-Oriented paradigms; working with program logic including state; the program development life-cycle; debugging. Objectives: The student will be able to: Match a list of programming terms and definitions/functions. Implement a structured method for designing/creating a game. Evaluate a game based on its mechanical, dynamical and aesthetic attributes. Program a 2D game within the Scratch environment. College Now, Bridges to Computing Page 2

Daily Overview Chart Instructional Session Topic(s) 1 (Taster) Lecture 1: Learn about programming languages, and the basics of programming in the Scratch environment. 2 (Taster) Lab 1: Create first Scratch game, a simple 3 sprite catching game. 3 Lecture 2: Learn about game studies and principles of game design. Explore what makes a game fun. 4 Lab 2: Write a review of a game, classify the game by genre and suggest methods for improving the game based on known game design principles. 5 Lecture 3: Explore the concepts of game state and event driven programming. Examine common mathematical problems (collision detection/response) found in 2D games. 6 Lab 3: Create a game that has multiple modes of play (states) that follows a simple state flow diagram. 7 Lab 4: Complete final project proposal worksheet. 8-10 Final Project Create your own game." College Now, Bridges to Computing Page 3

Daily Lesson Plans Instructional Session(s): 1: (Game Programming and Scratch) Topic Description: This lesson introduces and defines programming languages, and the basics of programming in the Scratch environment.. Objectives: The student will be able to: Match a list of terms and definitions related to programming languages. Name the basic components of the Scratch IDE. Create the beginning of a simple program in Scratch. Outline of the Lesson: Journal Entry or Q/A session (5 minutes) Lecture (30 minutes) Scratch IDE session (10 minutes) o Takes place half-way through the lecture Quiz (10 minutes) Student Activities: Journal Entry or Q/A session o Have the students try and answer the following questions: What is a program? What is a programming language and how do they work? What is an IDE (integrated development environment)? What makes a game fun? What skills do you need to have to create a computer game? Scratch IDE session o Students will stop mid-lecture to explore the Scratch IDE and play one simple game in Scratch. Quiz o Students will match the following terms and definitions. Teaching/Learning Strategies: Journal Entry or Q/A session Have students name as many different programs as they can. Have students name as many different programming languages as they can. Lecture Clearly define each of the following terms as they appear in the lecture: College Now, Bridges to Computing Page 4

Program Binary Syntax Semantics Variable Function Library IDE Green Flag Blocks Scripts Paradigm Imperative Programming Sequence Selection Repetition Procedural Programming Object-Oriented Programming Properties Sprites Scratch IDE Session Emphasize: Although Scratch is programming, it is not used in industry. Every character in Scratch is called a Sprite. Each sprite has it s own scripts, and may have it's own variables. You can right click any block and select help to get more information. How to change the language in Scratch (for your English Learners) How to go to full screen mode and back How to switch back and forth between sprites by clicking on them X and Y coordinates on the screen are shown in bottom right below the stage How to save in the proper location (the default is to save in the Scratch Projects folder (C:\\Program Files\Scratch\Projects) Quiz: Most of the terms are listed in the order in which they were introduced. Resources: Game Programming and Scratch : Lec_1_GameProgScratch.ppt Quiz: GameProgDesign_Session1_Quiz.pdf College Now, Bridges to Computing Page 5

Instructional Session(s): 2: A simple Scratch game - (Egg Catcher) Topic Description: Objectives: The student will be able to: [objective] Outline of the Lesson: [opening exercise] (5 minutes) [lecture or lab name] (40 minutes) [closing exercise] (10 minutes) Student Activities: [journal entry] [lab exercise] [quiz] [homework] Teaching/Learning Strategies: [lesson component or activity from above] [description] [emphasis topics] Resources: [lecture lame]: [link to lecture] [lab name]: [link to lab] [handout/quiz/etc]: [link] College Now, Bridges to Computing Page 6

Activities [printouts of all lectures & labs, as well as instructions for any student activities] College Now, Bridges to Computing Page 7

Final Project Description: The purpose of the project is to create a GAME. Whether or not your game includes a NARRATIVE or is presented as an INTERACTIVE STORY is entirely up to you. Instructions: This project has two parts: 1) A Game Proposal Worksheet (GD_Proj_Worksheet.pdf) a) This worksheet should be completed before you start programming your game. b) It is OK if your finished game is different than your original proposal. 2) A complete and playable game written in Scratch. a) You may use one of the templates shown in class as a starting point. b) You may work together in groups of up to 4. Suggestions: 1) Use iterative development: a) Get a very very simple version of the game up and working as soon as possible. b) Start by creating the object that the player will interact with or control and get its functionality complete. c) Don t worry about getting the graphics, or sound right at the start. Use placeholder graphics if necessary. d) Then add any extra objects that are required and get another working version of the game complete. e) Then work on getting every aspect of the functionality of the game correct in another working version of the game. f) Then go back and add sounds, improved graphics, instructions, credits and all of the other aspects of the game application. 2) Be creative! 3) Impress me! 4) Impress your classmates! 5) Have fun with this! 6) Consider the fact that the idea you come up with could be the next great game idea! College Now, Bridges to Computing Page 8

Final Project Suggested Rubric Group Members Names: (up to 4) Do you have? Points Possible Worksheet (25 Points) Page 1 completed 5 Page 2 completed 5 Page 2 completed 5 Page 2 completed 5 Page 2 completed 5 Game (75 Points) Is the game suitable for all ages? 10 Game has "Title" screen 5 Game has "Instruction" screen. 5 Game has multiple levels or modes of play. 10 At least one object (sprite) is controlled by player. 5 At least one object (sprite) moves independently. 5 At least one instance of object interaction (this could include 10 objects that respond to mouse clicks, or it could be two objects that interact with each other). Game has clear victory/loss conditions and/or scoring. 10 Player can interact with game to a successful conclusion. 10 Game runs without errors. 5 Yes No Points Earned College Now, Bridges to Computing Page 9