annotate scripts/foxassault.py @ 425:1d0cc37b4e14

Add method for clearing all chickens (will be useful later). Cache animal positions only just before night starts. Range-check position before adding it to the cache.
author Simon Cross <hodgestar@gmail.com>
date Sat, 21 Nov 2009 15:55:32 +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()