/soggy

soggy

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

Soggy

server for that one game

soggy cat

Setup & Documentation

Building

# install dependencies (ubuntu)
apt install build-essential cmake pkgconf libenet-dev libprotobuf-dev protobuf-compiler liblua5.3-dev nlohmann-json3-dev libreadline-dev
# install dependencies (arch linux)
pacman -S cmake pkgconf enet protobuf lua53 nlohmann-json readline
# setup for build
cmake -B build
# build
cmake --build build -j8