view run_game.py @ 155:b2e0f1246c38

Hook up bitmasked based collisions (mask caching may be unnecessary, please comment on whether this effects performance for you).
author Simon Cross <hodgestar@gmail.com>
date Tue, 05 Apr 2011 22:51:14 +0200
parents d6fd1a0b192a
children
line wrap: on
line source

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