Created
May 11, 2014 18:35
-
-
Save YellowAfterlife/83f159e29cb3e1572f04 to your computer and use it in GitHub Desktop.
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
case "intro": | |
map([ | |
[ 000, 031, 031, 031, 000, ], | |
[ 031, 014, 014, 031, ], | |
[ 031, 014, 184, 014, 184, ], | |
[ 031, 014, 014, 042, ], | |
[ 000, 031, 031, 031, 000, ], | |
[ 312, 000, 000, 000, ], | |
], 4); | |
put(2, 2); | |
on(4, 2, function() move(1, 2)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment