CLI for drawing doom fire effect in the terminal using ANSI-256 color palette. Meant more as a fun exercise in elixir than anything else. Improvements and tips are welcome.
Elixir version adapted from the rust version made by Moog
This is a simple CLI meant to be called from inside iex.
git clone git@github.com:herbstrith/elixir-doom-fire.git
cd elixir-doom-fire
Boot up a iex session, load the module and burn
iex -S mix
DoomFire.burn()