Created
November 25, 2014 21:37
-
-
Save tcarlsen/87e78b6ef054379b7f8a to your computer and use it in GitHub Desktop.
Anders lorte ged død duktion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
youDie = function () { | |
var goatPos = $("#goat").offset() | |
var pooPos = $("#poo").offset() | |
if (goatPos.x === pooPos.x and goatPos.y === pooPos.y) { | |
alert("you fucking died!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment