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