Skip to content

Instantly share code, notes, and snippets.

View nmatt0's full-sized avatar

Matt Brown nmatt0

View GitHub Profile
@nmatt0
nmatt0 / keybase.md
Last active October 16, 2017 20:58

Keybase proof

I hereby claim:

  • I am nmatt0 on github.
  • I am nmatt (https://keybase.io/nmatt) on keybase.
  • I have a public key ASCuOaLlLOD6OoIFbePnQLrhEcT9khQYgg1RaHd5Xgw3GQo

To claim this, I am signing this object:

@nmatt0
nmatt0 / tetris.py
Created July 15, 2016 02:41 — 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://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