CSI-280 / python-game

Python roguelike for CSI-280
0 stars 0 forks source link

Finished visibility functions for player within the map. #36

Closed JoshBogin closed 4 years ago

JoshBogin commented 4 years ago

Continued to utilize tcod tutorials in order to implement the basic functions of visibility for the player. I made the default visibility range 8 tiles, and within that range, the area changes colors to show visibility. Enemies can only be seen in that range, as well, and that will definitely be useful in the future when creating our enemies.

Completes #33

wesbeard commented 4 years ago

Auto merge checks out 👍