Skip to content

Instantly share code, notes, and snippets.

@AnnaZhang1337
AnnaZhang1337 / tetris.py
Created May 4, 2018 17:54 — forked from silvasur/tetris.py
Tetris implementation in Python
#!/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
@AnnaZhang1337
AnnaZhang1337 / about.md
Created February 2, 2018 02:36 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer