The sprites are looking good, AlexPT. Keep it up.
So, I'm still dutifully trying to learn python. One of the assignments in the tutorial I'm using is to program a battleship clone. The playing field in this version of the game is a series of lists.
So, this made me wonder, are the playing fields in most roguelikes also represented with lists? Just curious.