This is the first (and likely final) release of Coerceo. As it stands, the game is feature complete and will only receive bug fixes and library updates from now on.
See the README for a complete overview of … well, whatever you might want to know.
It was a bunch of fun to develop this game over the last year. I hope you have fun playing it!
Compatibility Notes
Android and Windows
Support for both of these platforms is "experimental." The game works, but has issues that hamper the experience. See the Supported Platforms section in the README for more information.
Linux
I didn't manage to compile a static executable with musl (x11-dl loads its libraries dynamically) and bundling the shared libraries failed (a test with an old machine seemed to point to incompatibilities with ld-linux
), so this build is a dynamic executable. You need at least glibc v2.7, and maybe other specific versions of shared libraries, to run it. Sorry about that.
macOS
This build of the game is a dynamic executable because there doesn't seem to be a way to compile to a static one. However, the dynamic libraries required seem to have low version requirements, so it should work. For reference, this build was built on macOS 10.13.