This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
#-*- coding: utf-8 -*- | |
# NOTE FOR WINDOWS USERS: | |
# You can download a "exefied" version of this game at: | |
# http://kch42.de/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 |