Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.54 KB

File metadata and controls

49 lines (31 loc) · 1.54 KB

Python game programming tutorial.

Herein lies an introduction to using python for game programming.

Setting up.

  • An introduction to what you will learn from this course.
  • Setting everything up, and getting started.

Python introduction.

  • Introduction to Python.
  • Don't be scared. It is python the programing language.

pygame introduction

  • Introduction to pygame game programming.
  • Now on to the flashy graphics.

More pygame

  • More PyGame to make your brain hurt.
  • A chimp gets pummeled, and you learn about a basic almost-game.

Parts of a game

  • Different parts of a game.
  • Loading and displaying graphics, sound, interfacing with OS.

Abstraction

  • Wrapping up the library and forgetting the details.
  • The makings of a sound module.

A Minimal Game

  • minimal game design, sound design, input design, and graphic design.