Skip to content

Instantly share code, notes, and snippets.

View Maxz963's full-sized avatar
🦖
installing gentoo

Maxz963

🦖
installing gentoo
View GitHub Profile
@Maxz963
Maxz963 / tetris.py
Last active December 13, 2019 15:10 — forked from cshimmin/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