Clone this repo, go to the root folder of the repo project.
brew install openssl grpc
sudo apt-get install -y build-essential autoconf libtool pkg-config cmake clang libc++-dev
./build_grpc.sh
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./build/install
cmake --build build --config Release --target install
docker run -p 8080:8080 -p 5000:5000 lugobots/server:latest play
cp ./example/simple/run_12_players.sh ./build/install/bin
cd ./build/install/bin
./run_12_players.sh