A school project to build an autonomous video game through AI clients connecting to a central server orchestrating the game.
docker-compose up -dEdit parameters in ./docker-compose.yml !
Please install the dependencies :
apt install g++ qt5-default make -yWe recommend using QtCreator to build this project. However, if you wish to use a Makefile, run the following :
cd server/build
make server./server # --helpdocker-compose up --scale client=4 client # Run a lot of clients !apt install g++ qt5-default make -yWe recommend using QtCreator to build this project. However, if you wish to use a Makefile, run the following :
cd client/build
makecd client/build
./client --host <host> --port <port>