To allow our player to explore the dungeon, and not have the full dungeon immediately visible we need to implement some kind of field of view implementation for the player.A radius in which the player can see around him. The GoRogue library has a FOV implementation that we can use. Lets first define the defaultContinue reading “Implement field of view and dungeon exploration”
