Right now the map works in a nethack style where the game map fits into a limited amount of rows and columns so that it can all be seen in one normally sized terminal.
I want the map to be arbitrarily sized and the player's view to be like a camera. The view will need logic to scroll nicely through the world as the player moves.
Right now the map works in a nethack style where the game map fits into a limited amount of rows and columns so that it can all be seen in one normally sized terminal.
I want the map to be arbitrarily sized and the player's view to be like a camera. The view will need logic to scroll nicely through the world as the player moves.