Skip to content

liskvork/liskvork

Repository files navigation

liskvork

Modern multi-platform gomoku game server.

Linux, Windows and MacOS support (with priority to Linux) on both x86_64 and aarch64.

Building from source

Docker

VERSION=1.0.0 docker build . --build-arg BUILD_VERSION=${VERSION} -t liskvork:${VERSION}

No docker

Dependencies

  • zig 0.13.0 (May work with newer versions but has not been tested)

Step

zig build -Doptimize=ReleaseSafe

Installing

TBD

Launching liskvork

System package

Just launch liskvork like this:

liskvork

From source build

# From the root of the repository once built
./zig-out/bin/liskvork

Docker

# Once compiled with docker
VERSION=1.0.0 docker run liskvork:${VERSION}

Configuration

TBD

About

[MIRROR] Modern multi-platform gomoku game server

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages