view run_game.py @ 13:c0966997e0c5

Use a results object instead of tuple (will hopefully make changign stuff easier later)
author Neil Muller <drnlmuller@gmail.com>
date Sun, 06 May 2012 15:56:22 +0200
parents d0de8832774b
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()