[Tutor] <<NEWBIE>> Question re: list.append()

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Mon, 21 Jan 2002 22:44:18 -0800 (PST)


On Mon, 21 Jan 2002, Chris McCormick wrote:

>          I am working on a very small game/AI demo, and I want it to
> have a tile-based map (let me stop here to say that I have scoured the
> web in vain for Python-related tile-based map
> code/techniques/tutorials, and if you have anything related, I would
> _love_ to get my grubby hands on it).

Amit Patel's web site on game programming is a treasure trove of
information on this sort of stuff:

    http://www-cs-students.stanford.edu/~amitp/gameprog.html

In fact, there's some information on doing grid/tile based stuff.  
Perhaps not coincidently, his web site has a section on Python:

    http://www-cs-students.stanford.edu/~amitp/gameprog.html

The Pyplace project for pygame might be useful for you:

    http://www.mrexcessive.net/pyplace/

It looks like they have a framework for doing tiled maps that you might be
able to reuse.

Good luck!