diff run_game.py @ 0:d0de8832774b

Import skellington-1.9 into the repo
author Neil Muller <drnlmuller+bitbucket@gmail.com>
date Sat, 05 May 2012 13:52:29 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run_game.py	Sat May 05 13:52:29 2012 +0200
@@ -0,0 +1,4 @@
+#! /usr/bin/env python
+
+from gamelib import main
+main.main()