Hi everyone, I've built a minimal and portable version of GNU Backgammon that includes only the core logic — everything else has been stripped away, including the dependency on GLib.
This version is specifically designed for the web: it loads fast, performs very well even on mobile devices, and is extremely easy to use. Of course, it can also be used directly in C projects if needed. You can try a very basic web interface here: https://ascottix.github.io/gnubgcore/gnubg-core-demo.html The repo is here: https://github.com/ascottix/gnubg-core I'd be happy to share more details if there's interest, and I'm open to feedback or suggestions. Cheers, Alessandro
