view scripts/foxassault.py @ 499:c2a4e3a24e9a

Factor out write_savegame method. Zlib compress save games to reduce space from ~600k to ~15k.
author Simon Cross <hodgestar@gmail.com>
date Thu, 26 Nov 2009 00:06:59 +0000
parents f93e0c992f28
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()