Created
January 13, 2011 07:48
-
-
Save jmcarthur/777544 to your computer and use it in GitHub Desktop.
Tron Line of Sight
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
; Alice's point of view | |
yourbikes A | |
mapwidth 15 | |
mapheight 15 | |
map Aa.............. | |
map a.............. | |
map ............... | |
map .#............ | |
map .............. | |
map ..#.......... | |
map ............. | |
map ............ | |
map ............ | |
map ........... | |
map ........... | |
map .......... | |
map .......... | |
map ......... | |
map ......... | |
map ........ | |
done | |
; Bob's point of view | |
yourbikes B | |
mapwidth 15 | |
mapheight 15 | |
map .a | |
map .. | |
map ... | |
map ...# | |
map ... | |
map .# | |
map | |
map | |
map B | |
map b | |
map ... | |
map ... | |
map ..... | |
map ..... | |
map ....... | |
map ....... | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment