Game Link...

Well - we had the same error doing our md5 hash as so many others have - so we're still waiting for an official upload.

Pending that - you can try out the game from our googlecode page:
http://code.google.com/p/hiths-pyweek6/downloads/list

Also - the territory/tile selection is off by one tile - so either play realizing this - which isn't too bad - just kinda weird, or change line 391 in lib/world.py to:
p = p[0] - x[0], p[1] - x[1] + self.tile_size[1]

Also - it appears possible to make the game crash - but this happened only once - so if it does hit you - please give us the traceback - and then play again ;)

Have fun - and let us know what you think please :)