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://github.com/liskvork/liskvork
You can see open tickets and report bugs over here.
You can submit patches/PRs over here.
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=ReleaseSafe
Get the binary from Github release tab and then just launch it.
# From the root of the repository once built
./zig-out/bin/liskvork
# Once compiled with docker
docker run -v $(pwd):/data/:Z liskvork
# On a system with nix installed and flakes activated
nix run github:liskvork/liskvork
Look at the default config.ini
that's created when launching for the first
time everything (should) be documented properly to configure it.