Skip to content

Instantly share code, notes, and snippets.

View cshimmin's full-sized avatar

Chase cshimmin

  • Yale University
  • New Haven, CT
View GitHub Profile
@cshimmin
cshimmin / tetris.py
Created May 2, 2012 20:55 — forked from silvasur/tetris.py
Tetris implementation in Python
#!/usr/bin/env python
#-*- 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 (kevin@kch42.de)
# or leave a comment on this gist.
# Very simple tetris implementation