Skip to content

Instantly share code, notes, and snippets.

@jmcarthur
Created January 13, 2011 07:48
Show Gist options
  • Save jmcarthur/777544 to your computer and use it in GitHub Desktop.
Save jmcarthur/777544 to your computer and use it in GitHub Desktop.
Tron Line of Sight
; 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