#!/bin/sh
tempname=`dirname "$0"`
cd "$tempname/code"
exec python game.py "$@"
