Skip to content

Instantly share code, notes, and snippets.

@LTe
Created March 22, 2010 10:32
Show Gist options
  • Save LTe/339958 to your computer and use it in GitHub Desktop.
Save LTe/339958 to your computer and use it in GitHub Desktop.
SBOX = {"0" => "c",
"1" => "5",
"2" => "6",
"3" => "b",
"4" => "9",
"5" => "0",
"6" => "a",
"7" => "d",
"8" => "3",
"9" => "e",
"a" => "f",
"b" => "8",
"c" => "4",
"d" => "7",
"e" => "1",
"f" => "2"}
PLAYER = {"0" => "0",
"1" => "16",
"2" => "32",
"3" => "48",
"4" => "1",
"5" => "17",
"6" => "33",
"7" => "49",
"8" => "2",
"9" => "18",
"10" => "34",
"11" => "50",
"12" => "3",
"13" => "19",
"14" => "35",
"15" => "51",
"16" => "4",
"17" => "20",
"18" => "36",
"19" => "52",
"20" => "5",
"21" => "21",
"22" => "37",
"23" => "53",
"24" => "6",
"25" => "22",
"26" => "38",
"27" => "54",
"28" => "7",
"29" => "23",
"30" => "39",
"31" => "55",
"32" => "8",
"33" => "24",
"34" => "40",
"35" => "56",
"36" => "9",
"37" => "25",
"38" => "41",
"39" => "57",
"40" => "10",
"41" => "26",
"42" => "42",
"43" => "58",
"44" => "11",
"45" => "27",
"46" => "43",
"47" => "59",
"48" => "12",
"49" => "28",
"50" => "44",
"51" => "60",
"52" => "13",
"53" => "29",
"54" => "45",
"55" => "61",
"56" => "14",
"57" => "30",
"58" => "46",
"59" => "62",
"60" => "15",
"61" => "31",
"62" => "47",
"63" => "63"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment