https://lennydelgado.github.io/R-Type-Doc/
To begin with, in order to use the project, you need to clone it using the following command:
git clone git@github.com:EpitechPromo2026/B-CPP-500-MAR-5-1-rtype-theo.liennard.gitOnce you have obtained the project, navigate to it to install the dependencies.
To install the project you can use the following command at the root of the project:
./unixCompile.shif the build folder already exists, use the following command to rebuild the project:
./unixCompile.sh allTo install the project you can use the following command at the root of the project:
./windowCompile.batif the build folder already exists, use the following command to rebuild the project:
./windowCompile.bat allYou may encounter an error during the execution of this command. If this is the case, you must execute the following command:
conan config homethen add the following lines to the global.conf file in folder that was returned by the previous command:
tools.system.package_manager:mode=install
tools.system.package_manager:sudo=TrueIf you encounter other errors, refer to our documentation.
To launch the server, you must execute the following command:
./rtype_server [PUBLIC_IP_OF_THE_SERVER (default: 127.0.0.1)]To launch the client, you must execute the following command:
./rtype_clientThis project is licensed under the terms of the MIT license.