Archive for May 26, 2008
Tile engine finally…
I did it, i’ve coded a tile engine with pygame using a lot of examples other coders provided me (with google
). The code loads .txt files in which the letters represent tiles.
for example (terrain.txt):
g = grass, b= box and f = floor

