Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save forresto/3002984 to your computer and use it in GitHub Desktop.
Save forresto/3002984 to your computer and use it in GitHub Desktop.
meemoo app: the plus one equals game
{
"info": {
"author": "forresto",
"title": "the plus one equals game",
"description": "type [0] [+] [1] [=] on a calculator, then press [=] as fast as you can",
"parents": [
"https://gist.github.com/3002307"
],
"url": "plusone"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-math/math.html",
"x": 429,
"y": 170,
"z": 0,
"w": 302,
"h": 126,
"state": {
"x": 0,
"equation": "x+y",
"y": 1
},
"id": 1
}
],
"edges": [
{
"source": [
1,
"equals"
],
"target": [
1,
"x"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment