Modern multi-platform gomoku game server.
Linux, Windows and MacOS support (with priority to Linux) on both x86_64 and aarch64.
Main repository URL: https://git.sr.ht/~emneo/liskvork
You can see open tickets over at here.
You can submit bug reports and patches over at the [mailing lists] (https://sr.ht/~emneo/liskvork/lists) (yes that means sending a mail, it is not hard.)
The ticket board is only opened to maintainers, so if you need to report a bug do it on the mailing lists, if the bug report is accepted it will be listed in the ticket board.
docker build . --build-arg BUILD_VERSION=0.0.0-dev -t liskvork- zig 0.13.0 (May work with newer versions but has not been tested)
zig build -Doptimize=ReleaseSafeGet the binary from https://releases.liskvork.org and then just launch it.
# From the root of the repository once built
./zig-out/bin/liskvork# Once compiled with docker
docker run liskvorkLook at the default config.ini that's created when launching for the first
time everything (should) be documented properly to configure it.