Skip to main content

Links — wiki

  • Making Games with Python & Pygame - A free Pygame book. Includes several example games and explains how each one works. Assumes some knowledge of Python.
  • PyOpenGL : If you want to do 3D through pygame, you'll need this excellent binding of OpenGL for Python.
  • Python Game Libraries: A comprehensive list of game libraries available to Python coders. Includes extensions to PyGame and PyOpenGL, as well as many other options.
  • Game Development and Programming Guide: - Learn about the different stages of game development and design, perfect for beginner programmers and young adults interested in learning game theory.
  • Python Performance Tips: - Skip Montenaro - Nov 2, 1999 A great list of ideas and specifics on how to keep your python code running its best.
  • Amit's Game Programming Information: - Amit Patel Various collection of links and articles discussing general game development situations. Pathfinding, object design, etc.
  • So You Want to be a Pixel Artist: - Tsugumo An excellent informational tutorial on how to create your own low color, low resolution game graphics. It starts with creating tiles and maps, all the way up to animated sprites.