view run_game.py @ 32:f5f74f1f3a0b

Discourage foxes from stepping on each other
author Neil Muller <drnlmuller@gmail.com>
date Sun, 30 Aug 2009 18:59:12 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()