Getter for tile at given coordinates
100 101 102
# File 'lib/lib/user_interface/map.rb', line 100 def tile(cc, rr) @tiles[rr][cc] end