Skip to content

Instantly share code, notes, and snippets.

View RealMizat's full-sized avatar
🎯
Focusing

Matt Weston RealMizat

🎯
Focusing
View GitHub Profile
@RealMizat
RealMizat / tamper-coffee.user.js
Created April 23, 2020 02:51 — forked from joech4n/tamper-coffee.user.js
Template from Tampermonkey
// ==UserScript==
// @name New Coffee-Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description shows how to use coffeescript compiler
// @author You
// @require http://coffeescript.org/extras/coffee-script.js
// @match https://site.com
// ==/UserScript==
/* jshint ignore:start */
@RealMizat
RealMizat / demo.py
Created March 16, 2020 12:50 — forked from bl0ckeduser/demo.py
pygame sloped platform game mini demo
#
# 2d platformer slope platform demo
# written to try to to help out someone on IRC
#
# controls:
# - left and right keyboard cursor keys: horizontal walking movement
# - up arrow cursor keyboard key: jump
#
# blockeduser
# Tue Dec 24 15:03:09 EST 2013