Created
June 2, 2015 03:12
-
-
Save hypevhs/c5393af79a2f1f9b091c to your computer and use it in GitHub Desktop.
chips challenge 2 packed map data
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
10x10 map, all empty | |
66 00 03 0A 0A 01 E3 01 | |
0110011000000000000000110000101000001010000000011110001100000001 | |
10x10 map, with a block in the top left hand corner | |
66 00 04 0A 0A 02 01 E2 01 | |
011001100000000000000100000010100000101000000010000000011110001000000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment