[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] From * import * and Pygame2exe



Matt Bailey wrote:
Frankly, I think the custom-level-format-in-ASCII-file idea is pretty slick. :) Your level definition files don't have to be overly bloated with Python code, you just have the barebones data needed to build the levels.

A very simple XML file is nice too (especially with ElementTree from PIL-master fame).


My preferred form of data file is still Pickled data :)

Guillaume