view run_game.py @ 31:3c4db7bba432

Add 's' as a key for starting the game from the menu.
author Simon Cross <hodgestar@gmail.com>
date Sun, 30 Aug 2009 18:56:09 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()