Skip to content

Slightly modified version of official InfClass

License

Notifications You must be signed in to change notification settings

duralakun/teeworlds-infclassR

 
 

Repository files navigation

Teeworlds InfClassR

Slightly modified version of original InfClass by necropotame.

Additional dependencies

GeoLite2++ is used for IP geolocation

sudo apt install libmaxminddb-dev

Building

Install bam 0.4.0 build tool. Compile it from source or get precompiled binaries for your platform.

git clone https://github.com/yavl/teeworlds-infclassr
cd teeworlds-infclassr

Copy bam executable into teeworlds-infclassr directory.

on Ubuntu

sudo apt install libicu-dev libmaxminddb-dev
./bam server_debug

on macOS

via Homebrew:

brew install icu4c libmaxminddb
./bam server_debug_x86_64

on Windows

GCC should be installed, e.g. Mingw-w64.

bam config stackprotector=true nogeolocation=true
bam server_debug

Server commands

Read the wiki

About

Slightly modified version of official InfClass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.4%
  • C 33.6%
  • Python 1.0%
  • Lua 0.7%
  • Objective-C 0.3%
  • Shell 0.0%