annotate run_game.py @ 468:44efcd108f70

Version 1.0.0 FINAL. (I hope.)
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 01:48:59 +0200
parents f2c3b516741b
children 38fb04728ac5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f2c3b516741b Theme is 'Caught'. Start with Skellington 1.9.
Simon Cross <hodgestar+bzr@gmail.com>
parents:
diff changeset
1 #! /usr/bin/env python
f2c3b516741b Theme is 'Caught'. Start with Skellington 1.9.
Simon Cross <hodgestar+bzr@gmail.com>
parents:
diff changeset
2
f2c3b516741b Theme is 'Caught'. Start with Skellington 1.9.
Simon Cross <hodgestar+bzr@gmail.com>
parents:
diff changeset
3 from gamelib import main
f2c3b516741b Theme is 'Caught'. Start with Skellington 1.9.
Simon Cross <hodgestar+bzr@gmail.com>
parents:
diff changeset
4 main.main()