13th December 2023 at 14:09

Day 3 of LoveByte Tiny Code Christmas 2023 in OCaml.

My first pass was fairly simple code, and had all these fun moire patterns, but was using 24 bit colour. Whilst interesting, I wanted to get back to TIC-80 vibes from last year, so I did a second version which looks less interesting, but loads the TIC-80 palette data from last year’s attempt and uses that for colours, forcing me to write some actual functional code for parsing the palette data. Nothing hard, but just pushing me to use more of the language.

I also dropped the pixel resolution to match the TIC-80 vibe :)