Is there any way for someone to, using PyGame or SDL, to do, say:
00000000
01222100
01112110
01112110
01111110
00000000
And have it display the 0's as a water tile (10x10), the 1's as a grass tile (10x10), and the 2's as a rock tile (10x10)? As to make maps easily. I would supply the tiles, obviously, but is this possible?