Tutorials/Introduction to game programming
From LCA2010
(Difference between revisions)
(New page: Attendees of this tutorial who wish to follow along must ensure they have a working Python (2.5+) and pyglet (1.1.4+) installation on their system.) |
|||
| Line 1: | Line 1: | ||
Attendees of this tutorial who wish to follow along must ensure they have a working Python (2.5+) and pyglet (1.1.4+) installation on their system. | Attendees of this tutorial who wish to follow along must ensure they have a working Python (2.5+) and pyglet (1.1.4+) installation on their system. | ||
| + | |||
| + | The data to use in the tutorial (if you don't wish to create your own) is in [[Media:Asteroids-data.zip]]. | ||
| + | |||
| + | The full source code for the game is ... to come. Having trouble uploading it. | ||
Revision as of 11:56, 16 January 2010
Attendees of this tutorial who wish to follow along must ensure they have a working Python (2.5+) and pyglet (1.1.4+) installation on their system.
The data to use in the tutorial (if you don't wish to create your own) is in Media:Asteroids-data.zip.
The full source code for the game is ... to come. Having trouble uploading it.

