view run_game.py @ 92:bea1b9364583

Refactor Fox so we can have different types. Add a greedy fox
author Neil Muller <drnlmuller@gmail.com>
date Wed, 02 Sep 2009 10:47:46 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()