Created
July 4, 2012 12:10
-
-
Save yamitake/3047010 to your computer and use it in GitHub Desktop.
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
| var board = [ | |
| ["l","h","i","k","o","a","v"], | |
| ["r","q","s","c","z","l","p"], | |
| ["u","w","a","l","n","f","o"], | |
| ["t","y","k","a","j","e","h"], | |
| ["a","h","i","t","s","y","d"], | |
| ["e","f","o","p","t","x","n"], | |
| ["r","u","z","w","y","v","e"] | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment