/among-us-server

An Among Us Server Implementation written in C++

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

Setup & Install

Main Server

git clone https://github.com/Taahh/among-us-server
cmake .
make

Http Server

git clone -b http-server https://github.com/Taahh/among-us-server`
npm start