+ All Categories
Home > Documents > Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games...

Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games...

Date post: 29-Jan-2016
Category:
Upload: mark-pope
View: 218 times
Download: 0 times
Share this document with a friend
Popular Tags:
15
Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For 10 Essential Skills For Budding Games Programmers Budding Games Programmers
Transcript
Page 1: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Matt Curtis AIE Melbourne

Lea BartlettAIE Canberra

10 Essential Skills For Budding 10 Essential Skills For Budding Games ProgrammersGames Programmers

Page 2: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

GraphicsPhysicsArtificial intelligenceNetworkingScripting languages

Learn About the Middleware Learn About the Middleware That Industry UseThat Industry Use

Page 3: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

MiddlewareMiddleware

Page 4: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

The cost of high level The cost of high level languageslanguages

• Examine the cost of high level language features– From assembler to C to C++ to...

• Know how the language works “under the hood”• Things like: virtual functions, the STL,

inheritance, exceptions.– Are they all suitable for games? What are the

alternatives?

Page 5: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Learn About the Tools That Learn About the Tools That Industry UseIndustry Use

IDE

Game Editor

CVS

Page 6: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Stop hacking!Stop hacking!• Develop professional coding skills• Being a game programmer is more than just “cutting

code”• Coding style• Team and individual work practises• Language feature restraint• Working within a timeline• Learn to spot feature creep• Read – start with Robert L. Read’s “How to be a

programmer” e-book (search Google)

Page 7: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

The benefit of shaders in games is not just a fantastic looking effect

Particle effects and shaders used together create a more immersive game

Learn How Particle Effects and Learn How Particle Effects and Shaders Are UsedShaders Are Used

Page 8: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Particle Effects and ShadersParticle Effects and Shaders

Page 9: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Learn real time Learn real time programming techniquesprogramming techniques

• You can’t put an hourglass on the screen!

• 60 FPS means 16 ms per frame

• State machines and OO programming

• Enemies of real time programming

• Be prepared to throw away the rulebook!

Page 10: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

You could be moved from one game to another mid project if the resource needs change

Be prepared to learn a new scripting languages and tools on the fly

Learn to absorb documentation overnight

AdaptabilityAdaptability

Page 11: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Refine your debugging skillsRefine your debugging skills

• Practise getting rid of all the bugs

• All the bugs!

• Take notes: what could you have done to avoid each bug?

Page 12: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Like coke or coffee, not much else existsDevelop the skill to eat the team's staple

diet while playing the latest fad gamePlay as many different types of games as

physically possible – then play some more

Fit in to the Game Developers Fit in to the Game Developers EnvironmentEnvironment

Page 13: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Know your toolsKnow your tools

• Design patterns• Off the shelf scripting languages like Lua• Data formals like XML and ASN.1• The Standard Library including the STL• Tools and libraries• Game Programming Gems• A good programmer could do without them all• A great programmer needs them all• Read websites and journals

Page 14: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Tip #11...Tip #11...

• Read Gamasutra and Gamedev.net

• Practise! Practise! Practise!

• Learn what the industry wants– What languages– What skills and abilities

• Never stop learning

Page 15: Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.

Questions

• Was anybody listening?


Recommended