GuillemBarroso / CLing

2D survival game using command line
MIT License
3 stars 1 forks source link

Create player's sight area #74

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

The player will have two attributes to determine his/her sight area:

With this, we can determine the player's sight area. Then,

  1. Display all the static sprites
  2. Apply the fog filter everywhere but in the player's sight area.