Making Games

11:15 AM - 12:10 PM on July 16, 2016, Room CR7

Piper Thunstrom

Audience level:
novice
Watch:
https://www.youtube.com/watch?v=Gm2sDARO2Yw

Description

From your first 'while True:' to your first framework.

Abstract

A passion for games led me into software development and it's still my test bed for new concepts. Starting with simple arcade style games without transitions and using 'while True:' game loops all the way up to releasing my first Python package, I'll cover concepts I learned and ways to apply your other skills to game development.

I'll cover basic game development concepts, some existing games libraries, why game libraries are always opinionated (And that's a good thing!), and various patterns that can be used for games.