A recreation of Among Us mechanics but as a multiplayer text adventure game instead of a graphical client.
Both make and meson are supported build systems. The server depends only on the json-c library. To build:
$ make
or
$ meson build
$ ninja -C build
That's it.
$ ./build/src/among-foss
This starts the server on port 1234. Then players can connect to it with any client made for this game.