[Tutor] Games written in Py

Jody jmricker@nc.rr.com
Wed May 28 16:14:02 2003


> -----Original Message-----
> From: tutor-admin@python.org [mailto:tutor-admin@python.org]=20
> On Behalf Of roy ollis
>=20
> lookat at http://pygame.org/ . there is aslo a game section at=20
> http://www.vex.net/parnassus/ .  both of these sites are=20
> linked to on the=20
> pain python.org page so they should be pretty good.  happy=20
> programming.

Also for inspiration you may want to check out Activision's Star Trek =
Bridge
Commander. They use an embedded python engine to script all of the =
game's
missions. You even can access the interpreter from within the game =
itself
though if I remember correctly you have to use hotkeys to get to it. The =
SDK
they provide has imformation scripting more missions in Python for use
within the game.

Jody