annotate scripts/foxassault.py @ 315:0a3161fec434

Check whether we've made the list before submitting the score
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 Sep 2009 18:56:33 +0000
parents f93e0c992f28
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
282
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
1 #! /usr/bin/env python
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
2
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
3 from gamelib import main
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
4 main.main()