I'm pondering on the best approach for a "dynamic" line of sight for the player character. My idea is like this: Topview, the player has an invisible cone infront of him, anything in that cone becomes visible, anything outside becomes black.
I could do a layering effect with static images, but I need it to be dynamic in the sense that the line of sight cone can be blocked so the player can't see through walls.
Any ideas?