AnthonyDampier / dungeon-crawler

React JS Dungeon Crawler
https://dungeon-crawler-smoky.vercel.app
0 stars 0 forks source link

Add Player Vision #15

Closed AnthonyDampier closed 8 months ago

AnthonyDampier commented 8 months ago

As a player, I need to be able to see where I am and reveal other squares & the items within them based on my vision stats but be restricted from viewing things behind walls and other constructs by refactoring the player's initial states and how the dungeon reveals tiles to the player based on states, location, and obstructions.