view run_game.py @ 403:c7cfa230f5d4

Remove board size restriction on number of foxes
author Neil Muller <drnlmuller@gmail.com>
date Thu, 19 Nov 2009 11:26:55 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()