Skip to content

Instantly share code, notes, and snippets.

View roger6325's full-sized avatar

Roger Chou roger6325

View GitHub Profile
@roger6325
roger6325 / tetris.py
Created January 4, 2018 09:03 — 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
@roger6325
roger6325 / colorlogcat.py
Created September 13, 2017 06:28 — forked from loopj/colorlogcat.py
Script to highlight Android's adb logcat output for console
#!/usr/bin/python
'''
Copyright 2009, The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0