In The Spirit Of The Compo

I’ve started a github repo for my compo code, and I’m currently using it to make a little engine as warm-up. I may scrap everything I have, or keep bits of it, but if I remember the rules correctly I think I’m supposed to publish all my pre-existing code before the compo starts.

https://github.com/stett/LD33

Super minimal. Using Love2D with anim8 and a slightly modified version of SECS. I also included SECL, but I’m not sure I’ll end up using it, since I’m mostly relying on SECSy entities and systems for now.

Started using it to build a discrete hex-based physics estimator (it certainly can’t be called a simulator…)

LD33