view run_game.py @ 232:ec23ecbbd1c6

Move U-turn checking to orientation-setting time, and only update the head's orientaiton at tile shift
author Stefano Rivera <stefano@rivera.za.net>
date Wed, 14 Sep 2011 23:35:14 +0200
parents c2761e15f66b
children
line wrap: on
line source

#!/usr/bin/env python

import mamba.__main__
if __name__ == "__main__":
    mamba.__main__.main()