ndouglas / azymus

An experimental roguelike, written in Rust.
The Unlicense
6 stars 0 forks source link

Encountered component. #10

Closed ndouglas closed 5 years ago

ndouglas commented 5 years ago

This is the equivalent of the .explored field on a tile in the tutorial. I'm going to attach this flag to entities we've seen (currently just tiles but perhaps some objects later) so that they are rendered on the map console when outside of the field of view.