view run_game.py @ 377:0dc9d17c689e

Re-ignore build/ and dist/ folders.
author Simon Cross <hodgestar@gmail.com>
date Tue, 13 Oct 2009 20:35:05 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()