squint 2024-05-29

Hi, if anyone is curious, here is a simple game written in squint that I wrote for the Lisp game jam. I haven't seen too many examples outside the squint repo so I thought I'd post it here. Just a warning, I don't think my code should be used as an example of good code, but more as a showcase of how easy it is to integrate with JS libraries. (I'm using matterjs as the physics engine) https://github.com/trevorcode/zenith-game You can play here: https://tofutheloafu.itch.io/zenith

🎉 4