view run_game.py @ 172:f7f29f1d434b

Don't allow occupied buildings to be sold (dialog can probably be dropped once buildings show their number of occupants).
author Simon Cross <hodgestar@gmail.com>
date Thu, 03 Sep 2009 23:03:39 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()