SlideShare a Scribd company logo
1 of 42
Download to read offline
Introduction to Game
Development
Reggie Niccolo Santos
UP Information Technology Development Center (ITDC)
Slideshare: reggieniccolo.santos
Email: reggieniccolo.santos@gmail.com
Twitter: @reggiengfyre
Blog: sm0rgasb0rd.wordpress.com
!
Most content adapted from Ahmed Saker’s set of slides
Outline
Introduction
Define “video game”
Video Game Industry Overview
Aspects of Game Development
Outline
Game Development Community
Careers Available in Game Development
Testimonies
Options for Developing Required Skillset
Outline
!
Other Avenues for Career Development
Why Do I Want to become a Game Developer?
References
Q&A
Text
Do you like to play games?
Image credit: InspireKelly via flickr, Creative Commons
Text
Do you secretly want to develop
your own games and market them?
Image credit: TeamMeat at GDC 2012, CC-BY-SA 3.0
Text
How do you create a complete computer
/ video game from start to finish?
Image credit: TeamMeat at GDC 2012, CC-BY-SA 3.0
Text
What are the different elements to a
game?
Text
What makes a great game?
Image: (c) Konami
Define “video game”
define: video game
• a game played by electronically manipulating
images produced by a computer program on a
television screen or other display screen.
Difference from Movies and
Software
• Game as an interactive medium
• Difference from movies and other art forms:
interactivity
• Difference from software: content of the game as
a medium
• More fun
Games Have Got It All
Art
!
Science &
Tech
Business
Game
Trivia
Text
Game Structure
• Start up
• Introductory Movie
Game
Structure
• Front End
• Game Options
• Sound Options
• Video Options
• Loading Screen
Game
Structure
• Main Game
• Introduction
• Gameplay
• Game modes
• Pause Options
Text
Game Structure
• End Game Movie
• Credits
• Shut down
Game Loop
// a simple loop in C++
!
int main()
{
	 initialize();
	 while (true)
	 {
	 	 process();
	 	 update();
	 	 render();
	 }
}
What Actually Happens
	 while (true)
	 {
	 	 /* Process controller input */
	 	 process();
	 	 /* Update entities */
	 	 update();
/* Update graphics */
	 	 render();
	 }
Games vs. Movies (in terms of sales)
$239 million
First week revenue
$500 million
First week revenue
Source: Video Game Industry Trends by Ferrarra
Text
Games Market
Source: Video Game Industry Trends by Ferrarra
Text
Game Development Map
Programming Tools
• In addition to Unity3D and UDK:
Careers in Game
Development
• Production
• Producer
• Project Manager
• Game Tester
Careers in Game
Development
• Design
• Game Designer
• Level Designer
• Writer
Image credit: sezzles via flickr / Creative Commons
Careers in Game
Development
• Programming
• Programmer
• Specialized
Programmer
Careers in Game
Development
• Visual Arts
• Art Director
• 2D Artist
• 3D Artist
Image credit: Polytron / CC-BY-SA
Careers in Game
Development
• Audio
• Sound Engineer
• Composer
• Audio Engineer
Careers in Game
Development
• Biz & Misc.
• Administrator
• Marketing and Public
Relations
• Community Manager
Difficulties in applying for a local job
in game development: testimonies
“Balance of guessing which company is
right for me and getting the right salary”
“Skillset”
“Companies are expecting for us applicants
to have a year of experience before
applying to them.”
“My portfolio before wasn't that good… At
a young age, I didn't realize that portfolios
land jobs, not resumes.”
Options in Developing
Required Skills
• Enroll in an accredited program
• For computer programming
• For graphics
• For animation
• For computer systems
Options in Developing
Required Skills
• Landing an internship or apprenticeship with a
video game designing company
• Get hired as a freelance designer to invent new
aspects of games
• Build a game development portfolio
• Work as a game tester
Other Avenues for Career
Development
• Go to game festivals and events to speak to companies
• GDAP (Game Developers Association of the
Philippines)
• IGDA Manila (International Game Developers
Association Manila Chapter)
• UPLUG (Unity Philippines User Group)
• Philippine Indie Game Developers
Other Avenues for Career
Development
• Design own (micro) games and releasing them on
gaming websites or on personal website
• Keep up-to-date through gaming magazines and
websites
• Game Developer
• 3D World
Why do I want to become a
game developer?
References
www.slideshare.net/AhmedSaker/game-
development
http://ocw.tufts.edu/Course/75
http://iwa-hwg.eclasses.org/courseZGC12/
http://archives.igda.org/breakingin/
References
http://electronics.howstuffworks.com/video-game-
designer1.htm (August 22, 2008)
https://nationalcareersservice.direct.gov.uk/advice/planning/
jobprofiles/Pages/computergamesdeveloper.aspx
http://www.ccs.neu.edu/home/marcucci/ccs/skills.html
http://www.prospects.ac.uk/
games_developer_entry_requirements.htm (March 2014)
http://www.gamedegree.com/careers_skills.asp
Thank you! Questions? :D

More Related Content

What's hot

PRESENTATION ON Game Engine
PRESENTATION ON Game EnginePRESENTATION ON Game Engine
PRESENTATION ON Game Engine
Diksha Bhargava
 
Gaming Technology Presentation
Gaming Technology PresentationGaming Technology Presentation
Gaming Technology Presentation
MrQaz996
 

What's hot (20)

Phases of game development
Phases of game developmentPhases of game development
Phases of game development
 
Game development
Game developmentGame development
Game development
 
Game Development with Unity
Game Development with UnityGame Development with Unity
Game Development with Unity
 
Game development
Game developmentGame development
Game development
 
Python games
Python gamesPython games
Python games
 
Game Development workshop with Unity3D.
Game Development workshop with Unity3D.Game Development workshop with Unity3D.
Game Development workshop with Unity3D.
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentation
 
Introduction to Game Development and the Game Industry
Introduction to Game Development and the Game IndustryIntroduction to Game Development and the Game Industry
Introduction to Game Development and the Game Industry
 
What is game development
What is game developmentWhat is game development
What is game development
 
PRESENTATION ON Game Engine
PRESENTATION ON Game EnginePRESENTATION ON Game Engine
PRESENTATION ON Game Engine
 
Game Design
Game DesignGame Design
Game Design
 
Game Design Principle
Game Design PrincipleGame Design Principle
Game Design Principle
 
Proposal of 3d GAME Final Year Project
Proposal of  3d GAME Final Year ProjectProposal of  3d GAME Final Year Project
Proposal of 3d GAME Final Year Project
 
Gaming Technology Presentation
Gaming Technology PresentationGaming Technology Presentation
Gaming Technology Presentation
 
Software Engineer- A unity 3d Game
Software Engineer- A unity 3d GameSoftware Engineer- A unity 3d Game
Software Engineer- A unity 3d Game
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
 
The history of videogames
The history of videogamesThe history of videogames
The history of videogames
 
Game development life cycle
Game development life cycleGame development life cycle
Game development life cycle
 
Design phase of game development of unity 2d game
Design phase of game development of unity 2d game Design phase of game development of unity 2d game
Design phase of game development of unity 2d game
 
Unreal Engine (For Creating Games) Presentation
Unreal Engine (For Creating Games) PresentationUnreal Engine (For Creating Games) Presentation
Unreal Engine (For Creating Games) Presentation
 

Viewers also liked

Game project Final presentation
Game project Final presentationGame project Final presentation
Game project Final presentation
gemmalunney
 
Video Game Powerpoint
Video Game PowerpointVideo Game Powerpoint
Video Game Powerpoint
Nari07
 
History Of Video Games
History Of Video GamesHistory Of Video Games
History Of Video Games
abishop665
 
Game Architecture and Programming
Game Architecture and ProgrammingGame Architecture and Programming
Game Architecture and Programming
Sumit Jain
 

Viewers also liked (18)

Final project report of a game
Final project report of a gameFinal project report of a game
Final project report of a game
 
Game Design: The Production Plan
Game Design: The Production PlanGame Design: The Production Plan
Game Design: The Production Plan
 
Game project Final presentation
Game project Final presentationGame project Final presentation
Game project Final presentation
 
Game Production Stages - eTohum Game Developers Summit - November 2013
Game Production Stages - eTohum Game Developers Summit - November 2013 Game Production Stages - eTohum Game Developers Summit - November 2013
Game Production Stages - eTohum Game Developers Summit - November 2013
 
Video Game Powerpoint
Video Game PowerpointVideo Game Powerpoint
Video Game Powerpoint
 
Game Development Project Management/Concept
Game Development Project Management/ConceptGame Development Project Management/Concept
Game Development Project Management/Concept
 
Skills You Need to Be a Video Game Developer
Skills You Need to Be a Video Game DeveloperSkills You Need to Be a Video Game Developer
Skills You Need to Be a Video Game Developer
 
Mini Project- Games Development For The Desktop Pc And Dedicated Gaming Machine
Mini Project- Games Development For The Desktop Pc And Dedicated Gaming MachineMini Project- Games Development For The Desktop Pc And Dedicated Gaming Machine
Mini Project- Games Development For The Desktop Pc And Dedicated Gaming Machine
 
Mini Project- Game Hardware Development
Mini Project- Game Hardware DevelopmentMini Project- Game Hardware Development
Mini Project- Game Hardware Development
 
The Art of Game Development
The Art of Game DevelopmentThe Art of Game Development
The Art of Game Development
 
Guide to creation of game concept document
Guide to creation of game concept documentGuide to creation of game concept document
Guide to creation of game concept document
 
History Of Video Games
History Of Video GamesHistory Of Video Games
History Of Video Games
 
Benefits of gaming
Benefits of gamingBenefits of gaming
Benefits of gaming
 
10. Fundamental AI Technologies
10. Fundamental AI Technologies10. Fundamental AI Technologies
10. Fundamental AI Technologies
 
inlusio | game development process
inlusio | game development processinlusio | game development process
inlusio | game development process
 
LAFS SVI Level 6 - Game Development
LAFS SVI Level 6 - Game DevelopmentLAFS SVI Level 6 - Game Development
LAFS SVI Level 6 - Game Development
 
Game Architecture and Programming
Game Architecture and ProgrammingGame Architecture and Programming
Game Architecture and Programming
 
1-Introduction (Game Development - UMT Spring 2017/2018)
1-Introduction (Game Development - UMT Spring 2017/2018)1-Introduction (Game Development - UMT Spring 2017/2018)
1-Introduction (Game Development - UMT Spring 2017/2018)
 

Similar to Introduction to Game Development

Million Dollar Case Studies
Million Dollar Case StudiesMillion Dollar Case Studies
Million Dollar Case Studies
James Jen
 
Game designer
Game designerGame designer
Game designer
Son Aris
 
Game designer
Game designerGame designer
Game designer
we20
 
Production job roles
Production job roles Production job roles
Production job roles
Samuel Hayman
 

Similar to Introduction to Game Development (20)

My Presentation.ppt
My Presentation.pptMy Presentation.ppt
My Presentation.ppt
 
Introduction to game development
Introduction to game developmentIntroduction to game development
Introduction to game development
 
Game Development - Seemal Naeem
Game Development - Seemal NaeemGame Development - Seemal Naeem
Game Development - Seemal Naeem
 
Job Profiles In Gaming Industry
Job Profiles In Gaming IndustryJob Profiles In Gaming Industry
Job Profiles In Gaming Industry
 
Million Dollar Case Studies
Million Dollar Case StudiesMillion Dollar Case Studies
Million Dollar Case Studies
 
GP Intro.pptx
GP Intro.pptxGP Intro.pptx
GP Intro.pptx
 
The Game Industry And You [Cal Poly 102111]
The Game Industry And You [Cal Poly 102111]The Game Industry And You [Cal Poly 102111]
The Game Industry And You [Cal Poly 102111]
 
Interactive Game Development For Teenagers Proposal PowerPoint Presentation S...
Interactive Game Development For Teenagers Proposal PowerPoint Presentation S...Interactive Game Development For Teenagers Proposal PowerPoint Presentation S...
Interactive Game Development For Teenagers Proposal PowerPoint Presentation S...
 
Game Development as an Independent Developer.pdf
Game Development as an Independent Developer.pdfGame Development as an Independent Developer.pdf
Game Development as an Independent Developer.pdf
 
Ancient world online
Ancient world online Ancient world online
Ancient world online
 
Game Modding Lecture 2
Game Modding Lecture 2Game Modding Lecture 2
Game Modding Lecture 2
 
Game design as a career
Game design as a career Game design as a career
Game design as a career
 
Career guidance explore_the_careers_in_the_gaming_
Career guidance explore_the_careers_in_the_gaming_Career guidance explore_the_careers_in_the_gaming_
Career guidance explore_the_careers_in_the_gaming_
 
Video game design
Video game designVideo game design
Video game design
 
T-Danks Video Game Design
T-Danks Video Game DesignT-Danks Video Game Design
T-Danks Video Game Design
 
3D Game Proposal PowerPoint Presentation Slides
3D Game Proposal PowerPoint Presentation Slides3D Game Proposal PowerPoint Presentation Slides
3D Game Proposal PowerPoint Presentation Slides
 
Game designer
Game designerGame designer
Game designer
 
Game designer
Game designerGame designer
Game designer
 
Production job roles
Production job roles Production job roles
Production job roles
 
Fundamentals of Game Development - Arena Animation Tilak Road
Fundamentals of Game Development - Arena Animation Tilak RoadFundamentals of Game Development - Arena Animation Tilak Road
Fundamentals of Game Development - Arena Animation Tilak Road
 

More from Reggie Niccolo Santos

More from Reggie Niccolo Santos (15)

Securing PHP Applications
Securing PHP ApplicationsSecuring PHP Applications
Securing PHP Applications
 
Introduction to Web 2.0
Introduction to Web 2.0Introduction to Web 2.0
Introduction to Web 2.0
 
UI / UX Engineering for Web Applications
UI / UX Engineering for Web ApplicationsUI / UX Engineering for Web Applications
UI / UX Engineering for Web Applications
 
Computability - Tractable, Intractable and Non-computable Function
Computability - Tractable, Intractable and Non-computable FunctionComputability - Tractable, Intractable and Non-computable Function
Computability - Tractable, Intractable and Non-computable Function
 
Algorithms - Aaron Bloomfield
Algorithms - Aaron BloomfieldAlgorithms - Aaron Bloomfield
Algorithms - Aaron Bloomfield
 
Program Logic Formulation - Ohio State University
Program Logic Formulation - Ohio State UniversityProgram Logic Formulation - Ohio State University
Program Logic Formulation - Ohio State University
 
Abstract Data Types
Abstract Data TypesAbstract Data Types
Abstract Data Types
 
Computational Thinking and Data Representations
Computational Thinking and Data RepresentationsComputational Thinking and Data Representations
Computational Thinking and Data Representations
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
Application Testing
Application TestingApplication Testing
Application Testing
 
Application Security
Application SecurityApplication Security
Application Security
 
PHP MVC
PHP MVCPHP MVC
PHP MVC
 
MySQL Transactions
MySQL TransactionsMySQL Transactions
MySQL Transactions
 
MySQL Cursors
MySQL CursorsMySQL Cursors
MySQL Cursors
 
MySQL Views
MySQL ViewsMySQL Views
MySQL Views
 

Recently uploaded

introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 

Recently uploaded (20)

introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 

Introduction to Game Development