Created
June 27, 2012 09:41
-
-
Save forresto/3002984 to your computer and use it in GitHub Desktop.
meemoo app: the plus one equals game
This file contains hidden or 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
| { | |
| "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