view run_game.py @ 407:bdc8bc78a796

Handle corner case aroudn entering the map
author Neil Muller <drnlmuller@gmail.com>
date Sat, 21 Nov 2009 06:44:19 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()