Skip to content

Instantly share code, notes, and snippets.

@ckknight
ckknight / maybe_fly.js
Last active August 29, 2015 13:56 — forked from theRemix/maybe_fly.js
// such new game in Flappy Doge
// http://www.dogetek.co/game/
// plz developer tools in chrome
// much paste in console
// move mouse expert
(function () {
var pos = null;
$(window).mousemove(function (e) {