top of page

Week of Explosions

  • Writer: Liam Healey
    Liam Healey
  • Mar 5, 2022
  • 1 min read

Updated: May 22, 2024

Voidsinger

This week was mostly spent making a recursive explosion shadow tracing algorithm. The goal of this algorithm is to efficiently trace every possible explosion path and remove the appropriate grid tiles as it traces. It is more efficient than iterating through all tiles and performing a line trace to the center of the explosion. I recorded most of the creation process for this algorithm and will be editing the footage into a video demonstrating my thought process.


Comments


bottom of page