view run_game.py @ 603:3ce19d33b51f pyntnclick

Rename state to game to not cause confusion with the other state
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 20:09:47 +0200
parents ebb2efcb4ea7
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()