Level 3 Extended Diploma Unit 22 Developing Computer Games

Similar documents
Level 3 Extended Diploma Unit 22 Developing Computer Games

Level 3 Extended Diploma Unit 22 Developing Computer Games

Global MMORPG Gaming Market: Size, Trends & Forecasts ( ) November 2017

Individual Test Item Specifications

Mmorpg unblocked free

26 Developing. computer games. Learning outcomes. Credit value: 10

! Games are BIG business!! $10B US last year in North America alone. ! Hardware (consoles, I/O devices)! Software products

Survival games online multiplayer unblocked

Technical Requirements of a Social Networking Platform for Senior Citizens

Introduction to Computer Games

This one-semester elective course is intended as a practical, hands-on guide to help you understand the process of game development.

TOKYO GAME SHOW 2018 Visitors Survey Report

Kevin Chan, Blue Tongue Entertainment

CAPITAL MARKETS DAY. March 2019

WeekI. , of video games IND - Survey of peers on Interactive Entertainment

Artist Career Challenges & Goals From a AAA team to a Start-Up

CISC 1600 Introduction to Multi-media Computing

Online Gaming Category Overview

SE320: Introduction to Computer Games

SETTING THE STAGE FOR THE NEED OF A VIDEO GAME GENRE VOCABULARY

Digital Games. Lecture 17 COMPSCI 111/111G SS 2018

IMGD 1001: Fun and Games

Development Outcome 1

R TÉ Digital MEDIA PACK

Game Design. Level 3 Extended Diploma Unit 22 Developing Computer Games

Survey Platform

Online fps games not blocked by schools

Virtual Reality Mobile 360 Nanodegree Syllabus (nd106)

IMGD Technical Game Development I: Introduction. by Robert W. Lindeman

Game Programming Algorithms And Techniques: A Platform-Agnostic Approach (Game Design) Ebooks Free

Game Designers. Understanding Design Computing and Cognition (DECO1006)

IMGD Technical Game Development I: Introduction

Cloud Computing & Virtual Worlds: the next revolution for the gaming industry

Should all future kids contents be interactive? What are the best games and TV coproduction models?

Free games which dont need adobe flash player

IMGD Technical Game Development I: Introduction. by Robert W. Lindeman

VIDEOGAMES IN EUROPE:

Maze game unblocked at school

Southeast Asia Games Market. The World s Fastest Growing Region C A SUAL GAMES SEC TOR REPORT 2015

Human Computer Interaction Unity 3D Labs

IMGD 1001: Fun and Games

Joint Research Centre. The European Commission s in-house science service

Game Design Methods. Lasse Seppänen Specialist, Games Applications Forum Nokia

AUGUST HOLIDAY PROGRAM

SGD Simulation & Game Development Course Information

National research prepared by Bond University for the Interactive Games & Entertainment Association

2 player unblocked google sites 2 player unblocked google sites

INTERACTIVE FICTION & GAME DESIGN IDEAS FOR EDUCATORS

Like Mobile Games* Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape (for ios/android/kindle)

AI in Computer Games. AI in Computer Games. Goals. Game A(I?) History Game categories

Beginning Mobile Phone Game Programming By Michael Morrison READ ONLINE

Programming Fundamentals

Video games. Casual gaming, especially appbased gaming has the highest growth rates

STARBREEZE investor Presentation

Mage Arena will be aimed at casual gamers within the demographic.

Nishant l33t Verma 33 Rachel pwn Nabatian Weiye noob Zhang

Xbox 360 Manuals Games 2013 Best Multiplayer

*Which code? Images, Sound, Video. Computer Graphics Vocabulary

Cool math games papas freezeria unblocked

Binary Addition. Boolean Algebra & Logic Gates. Recap from Monday. CSC 103 September 12, Binary numbers ( 1.1.1) How Computers Work

State of the Gaming Industry in the King County Region

About MustPlay Games

MIDAS Measurement of Internet Delivered Audio Services

EVE: Source By CCP Games

Provided by. RESEARCH ON INTERNATIONAL MARKETS We deliver the facts you make the decisions

While there are lots of different kinds of pitches, there are two that are especially useful for young designers:

Creating Computer Games

SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT

Digital Radio Report October Ofcom s third annual Digital Progress Report chart pack

CS248 : PRODUCT DESIGN FEB 2017

大宇資訊. SOFTSTAR ENTERTAINMENT INC. Investor Conference Presentation

Game Variations: Ultimate Tic Tac Toe

N64 emulator unblocked

Artificial Intelligence Paper Presentation

SUR PRIS INGLY INGE NIOUS

ACTIVISION BLIZZARD ANNOUNCES BETTER-THAN-EXPECTED SECOND QUARTER 2011 FINANCIAL RESULTS

TENCENT S 2018 GAMES STRATEGY. May 2018 Author: Daniel Ahmad

P2P and Gaming Insights from Harris Interactive

COMS 465: Computer Mediated Communication

Provided by. RESEARCH ON INTERNATIONAL MARKETS We deliver the facts you make the decisions

Symphony android mobile games free. Symphony android mobile games free.zip

Call Of Duty Modern Warfare 2 Update Patch Pc Requirements Windows Xp

DELHI PUBLIC SCHOOL Greater Noida. Presents. NEXUs

Master Artificial Intelligence

Interactive Math Demos for Mobile Platforms

02 SQUARE ENIX To Our Shareholders. A Fundamental Industry Change from Evolution in Network Technology. Yoichi Wada

Call Of Duty Black Ops Wii Level 13 Mission

Standards and Interoperability. A Game Developer s Perspective

Introduction to Computer Science - PLTW #9340

CompuScholar, Inc. Alignment to Utah Game Development Fundamentals 2 Standards

Global Esports Market: Size, Trends & Forecasts ( Edition) May 2018

Free games without adobe flash player

The Game Development Process

BMOSLFGEMW: A Spectrum of Game Engine Architectures

Gaming at the Library on a Shoestring Budget

Xbox 360 Manual Able Games List 2013

Design and Development of Mobile Games By Cocos2d-X Game Engine

Documentation. Internal assessment. The roles to be undertaken for assessment purposes must be one of the following:

Gaming. not just for kids! Gaming & your Library. 42% of all adults own a console. Almost 2/3 of adults own a console

Core Game Mechanics and Features in Adventure Games The core mechanics in most adventure games include the following elements:

Transcription:

Level 3 Extended Diploma Unit 22 Developing Computer Games

Outcomes Understand the impact of the gaming revolution on society Know the different types of computer game Be able to design and develop computer games Be able to test and document computer games

Assignments Assignment 1 is on the impact of games on individuals and society. P1, P2 and D1 Assignment 2 is where you design and build a game. P3, P4, M1, M2 and D2 Assignment 3 is about documenting and testing. P5, P6, P7, M3 and M4

Significance of computer games Call of Duty: Black Ops took in over $650 million of sales in the game's first five days In June 2011, the global video game market was valued at $65 billion The UK industry is the third largest in the World in terms of developer success and sales of hardware and software Video game industry to hit $70 billion by 2015 http://en.wikipedia.org/wiki/video_game_industry

This unit This unit teaches the methodologies of games development It does not: Make you a industry standard games developer Use all the industry standard tools Use low level game programming languages

If you want to be a games programmer Get a degree in computer science Be fluent in C++. Use C++ in some significant projects Understand the fundamentals of 3D linear algebra Learn all you can about good object oriented design, design patterns, encapsulation, unit testing, physical insulation Be familiar with version control Know how to use a debugger http://gamesfromwithin.com/so-you-want-to-be-a-game-programmer

What platform will we use HTML5 and Javascript on a PC Why? Your game can run in any HTML5 compliant browser We can develop using a browser and Notepad++ Your game can run on a PC, a mobile phone or a TV HTML5 does not require browser plugins is not proprietary is cross platform

What platform will we use We shall also use an IDE called the intel XDK Free software from Intel which can run on your own PC Is already installed on the Computing PC s in class. The intel XDK is a development platform (IDE) which is used to develop HTML 5 and JavaScript apps which Can be used to convert HTML/Javascript into ios/android/windows 8 and can run as an app on a device

What platform could we use We called also use Visual studio Adobe Dreamweaver etc

Types of games But first we need to understand types of games and who plays them and why. We also need to be aware of gaming platforms. And the effects games has on players and the perception in society.

Game genres What does genre actually mean? A genre is a particular type of literature, painting, music, film, or other art form which people consider as a class because it has special characteristics. NOUN...his love of films and novels in the horror genre. We use this term for computer games as well.

Types of games (genres) What genres of games are there?

Types of games Action RPG (role playing) Adventure Strategy Puzzle Simulation Sports FPS (first person shooter) Combat Educational MMO (massively multiplayer online)

Types of platforms What types of platforms are there?

Types of platforms What types of platforms are there? Personal Computer Portable hand held console Console Mobile phone Internet Network Tablet computer

Types of technology What types of technology are there?

Types of technology What types of technology are involved? Graphics Artificial Intelligence Audio Game physics Mathematics

Types of games (Criteria P2) List and describe the various game genres available in a table. (P2) You need at least 10. Genre Description Platform Environment Example Puzzle Problem solving. Often involving logic and strategy PC, phone Stand alone Minesweeper This is part of assignment 1 Thumbnail screenshots please

Effects of games (Criteria P1) Task 2 considers this question What are the effects of computer games? This forms part of assignment 1.

Finally You can now do assignment 1 Issued today 13 th January 2017 Due 29 th January 2017 No extensions. no excuses.

What have you learned today? Over to you?