23rd December 2023 at 14:24

Day 2 extra of LoveByte Tiny Code Christmas 2023 in OCaml. This is based on my day 1 extra, where I’m using a TIC-80 style virtual frame buffer for the demo logic, which is then scaled/converted to 24bpp at render time. The change here is that this effect is purely functional, and I don’t modify the frame buffer in place - just trying to lean into FP a bit more.