The end of the year is a good time to retrospect. I thought it would be an interesting idea to start writing about the game I'm currently working on by showing how it evolved during the year and where it is going next.
Field of View algorithm can be used to create multiple game features. It can determine which tiles should be visible to the player, or which tiles should be lit starting from some light source. You could even use the same calculations when animating explosions.