view run_game.py @ 732:4f34b36ee7c5 pyntnclick

Add constants subclass to gamelib, and get the title + icon from it
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 15 Jan 2013 23:15:11 +0200
parents ebb2efcb4ea7
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()