Programming for Computer Games

Slides:



Advertisements
Similar presentations
Reference :Understanding Computers
Advertisements

Flow Chart.
Name: Group: Teacher: 1. Task 1 Task 2 Task 3 Task 4 Task 5 2.
Chapter 2- Visual Basic Schneider
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
Computer Programming Basics. Computer programs are a detailed set of instructions given to the computer They tell the computer: 1. What actions you want.
Programming for Computer Games Unit 16. Scenario You are employed by a new game company looking to break into the casual games market A massive new market.
Algorithm & Flowchart.
Unit 4 – Design and produce multimedia products AO1 – Review existing interactive multimedia products Mr S Farmer.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
BPMN By Hosein Bitaraf Software Engineering. Business Process Model and Notation (BPMN) is a graphical representation for specifying business processes.
Simple Program Design Third Edition A Step-by-Step Approach
Unit 20: AO2: Designing the Animation. Lesson Objectives (WALT) Discuss storyboard plans and analyse the structure of a storyboard for our animation.
Software to Go with the Flow. Software Engineering Step #1 Analyze the problem. Step #1 Analyze the problem. Step #2 Design the architecture of a solution.
ALGORITHM List of instructions for carrying out some process step by step. A sequence of instructions which has a clear meaning and can performed with.
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Creating a Digital Showcase Unit 4. Learning Outcomes Specify Requirements Design a solution Create and edit multimedia elements Optimise multimedia elements.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
Review for test! Alice Chapter 1&2 Test is tomorrow! - March 26 th March 25th.
Storyboarding Where It All Begins. The Storyboard The first step is to understand what you are trying to communicate and what your intended message is.
Unit 4 – Design and produce multimedia products AO1 – Review existing interactive multimedia products Mr S Farmer.
Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
YEAR 11 - IPT Term 2 - Tools for Information Processing hardware and Personal information system.
Lecture #1: Introduction to Algorithms and Problem Solving Dr. Hmood Al-Dossari King Saud University Department of Computer Science 6 February 2012.
Flow Charts. Flow charts A flowchart is a schematic (idea of doing something) representation of a process. They are commonly used in Computer Science.
Progression in KS3/4 Algorithms MONDAY 30 TH NOVEMBER SUE SENTANCE.
GOING FURTHER WITH KODU GAME LAB Brendan Routledge
 Problem Analysis  Coding  Debugging  Testing.
GCE Software Systems Development A2 Agreement Trial Implementing Solutions October 2015.
Algorithms and Programming. Problem: Cheong Choon Ng entrepreneur of loom bands would like to give makers of loom bracelets the exact number of bands.
The Victorian Games & Apps Challenge Design Brief (PowerPoint)
Topic: Introduction to Computing Science and Programming + Algorithm
Large-Scale Design Process
Technological Skills “Flow Charting”
GC101 Introduction to computers and programs
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
System Design and Modeling
Introduction to Control Flow Patterns and BizAgi
Storytelling with a comic strip
System Design.
Computer Programming Flowchart.
Numbering System TODAY AND TOMORROW 11th Edition
Programming Fundamentals
Get thinking: What is the problem, issue or challenge you want to take on? 
Quality Tools - 9/18/2018 Quality Tools -
CIS 487/587 Bruce R. Maxim UM-Dearborn
Lesson 4: Controlling Memory with Variables
(Course Introduction)
Motion and Looks.
Computers & Programming Languages
Unit 09 – LO3 - Be able to Implement and Test Products
Computational Thinking for KS3
Chapter 2- Visual Basic Schneider
Produce a presentation using presentation software
Preliminary English Test
SYSTEM ANALYSIS & DESIGN PHASE
Quality Tools - 2/19/2019 Quality Tools -
Design Brief.
ICT Gaming Lesson 2.
Introduction to Programming
COMPUTATIONAL THINKING COMPUTATIONAL THINKING IN PROGRAMMING
10 minutes – Final notes on how to examine an advert.
Programming for Computer Games
STORYBOARDING 4.1 Exampling game conceptualization including brainstorming, sketching, and storyboarding.
Assessment Objective Five
Flowcharts Activity One
 starter activity How accurate is this portrayal of US – Soviet relations at the height of the arms race? How can you score maximum marks on cartoon source.
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Structural Program Development: If, If-Else
Presentation transcript:

Programming for Computer Games Ao5

Task AO5 Specify and plan a simple game demonstration using a game authoring system or simple programming language

Pass Candidates specify and plan a simple game demo to a basic level, outlining functionality without any particular level of detail or depth. Basic flowcharting skills are demonstrated.

Merit Candidates efficiently analyse and plan their own game demo using paper design and flowcharting techniques. The specification will be feasible and well thought through.

Distinction Candidates will demonstrate a thorough understanding of the game development process and an understanding of the production procedures used in the modern game development environment. They effectively analyse and plan their own game demo. Flowcharting skills, algorithmic analysis and application of control structures are used to a very high standard.

Requirements Plan project Specify functionality Paper design Flowchart

FlowCharts

All those symbols.... Most flow charts are made up of three main types of symbol: Elongated circles, which signify the start or end of a process. Rectangles, which show instructions or actions. Diamonds, which show decisions that must be made

All those symbols.... Within each symbol, write down what the symbol represents. This could be the start or finish of the process, the action to be taken, or the decision to be made.

Starter Activity Using these three symbols create a basic flowchart for today at the Bistro.

Paper Design Rough draft of character (within the limitations of Kudo)

Paper Design A comic strip design of a section of the gameplay 6 Panels Colour Annotated stating what is happening

Specify Functionality What will your game do and why What is its purpose What elements are programable What events will happen and be registered

Ideas Games must set you up against an objective Collect a number of coins Race a lap Shot a target.

Merit Candidates efficiently analyse and plan their own game demo using paper design and flowcharting techniques. The specification will be feasible and well thought through.

Final Game Output A basic game that is playable on the xbox. An introduction to the game, and the game in motion, will be videoed and embedded into your website. Kodo must be downloaded and game developed over the easter holidays.

Final Documentation Output Introduction and Functionality Character Development Storyboards Detailed Flowcharts. Flowcharts