#Kakuro solver

1 messages · Page 1 of 1 (latest)

grim turtle
#

here's a Kakuro solver that I've been working on here and there for a while: https://github.com/schmee/zig-kakuro It runs both in GUI mode (built with Raylib and raylib-zig) and as a dedicated solver, and although it uses a simple algorithm it can already solve most problems I've thrown at it. I've only tried running it on MacOS, so if you manage to get it running on a different platform, please say something in this thread so I know that it works, thanks! 🙂

GitHub

A Kakuro solver written in Zig. Contribute to schmee/zig-kakuro development by creating an account on GitHub.

lusty zenith
#

❤️ Yes, looks good on an Intel Mac running Monterey!

#

Since it currently requires zig 0.9.1, Ventura doesn't work at the moment.