view run_game.py @ 793:0e5b80b3128c pyntnclick

Putting the new MenuScreen in the repo might be a good idea. I should totally do that.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 27 Jan 2013 12:47:54 +0200
parents ebb2efcb4ea7
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()