Skip to content

Raniconduh/among-foss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Among FOSS

A recreation of Among Us mechanics but as a multiplayer text adventure game instead of a graphical client.

Building

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.

Running

$ ./build/src/among-foss

This starts the server on port 1234. Then players can connect to it with any client made for this game.

About

A fork of the original among-sus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published