Haha, I love the concept. I like baba is you, and I think this is a cool lispy spinoff on that. More levels would be pretty nice
TofuTheLoafu
Creator of
Recent community posts
Totally, this definitely seems to be hardware dependent, and possibly browser dependent too. Thanks for your feedback.
I've tested this on a few different devices, safari browser and some other devices seem to struggle. I'm guessing it's because I'm leaning heavy into canvas filtering which I think may be the bottleneck here. I'm using the canvas filtering to color/recolor a lot of things so could be fixed if I took the time to create the new sprites instead of recolor them the way that I'm doing.
WIP on this like psuedo fruit-ninja rune-matching.
Basically you string up runes that come flying in, and then you can click on certain combinations for points or additional lives.
Developing using Clojure squint, so it's feeling much more javascripty, but still lispy enough. I imagine it feels more like what Common Lisp would feel like instead of Clojure since I'm using mutability everywhere.