This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| #!/usr/bin/env python2 | |
| #-*- coding: utf-8 -*- | |
| # NOTE FOR WINDOWS USERS: | |
| # You can download a "exefied" version of this game at: | |
| # http://hi-im.laria.me/progs/tetris_py_exefied.zip | |
| # If a DLL is missing or something like this, write an E-Mail ([email protected]) | |
| # or leave a comment on this gist. | |
| # Very simple tetris implementation |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer