view run_game.py @ 191:3c80f49d7d74

Don't allow buildings and fences to be built on top of chickens.
author Simon Cross <hodgestar@gmail.com>
date Fri, 04 Sep 2009 18:17:17 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()