The map
[['#', '#', '#', ..., '#'],
['#', ' ', ' ', ..., '#'],
['#', '.', 't', ..., '#'],
[...],
['#', '#', '#', ..., '#']]
game_map[2][1] returns a ???
By default, the map puts walls on the outside and nothing on the inside - your job is to fill it with things