Skarmory / yun

A WIP roguelike written in C
MIT License
2 stars 0 forks source link

Larger maps #2

Closed Skarmory closed 5 years ago

Skarmory commented 5 years ago

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.