R-Type is a horizontally scrolling shooter arcade video game developed and released by Irem in 1987 and the first game in the R-Type series. The player controls a star ship, the R-9 "Arrowhead", in its efforts to destroy the Bydo, a powerful alien race bent on wiping out all of mankind.
====
Required tools:
- CMake 3.17 (minimum)
- -> Install link : https://cmake.org/install/
On Linux:
# Create the build directory and install all tools
chmod 755 setup.conan.sh
./setup_conan.sh
# Configure the project
cmake .. -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release
# Build the executable and libraries
cmake --build .
# Return to previous directory
cd -On Windows:
Required tools:
- Conan
-> Install link : https://github.com/conan-io/conan/releases/latest/download/conan-win-64.exe - Visual Studio 2017
-> Install link : https://my.visualstudio.com/Downloads?q=visual%20studio%202017&wt.mc_id=o~msft~vscom~older-downloads
# Create the build directory
chmod +x setup.conan.sh
./setup_conan.sh
# Configure the project
cmake . -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=Release -A x64
# Build the executable and libraries
cmake --build . --config Release
# Return to previous directory
cd -====
1- Launch the server
#build the server on linux
./r_type_server
#build the server on windows
.\r_type_server2- Launch the client
#build the server on linux
./r_type_client
#build the server on windows
.\r_type_client====
See the doc: documentation/PACKAGE_DOCUMENTATION.md
====
Required tools:
- Doxygen 1.9.5 (minimum)
- -> Install link : https://doxygen.nl/manual/install.html
#build the documentation on linux
./setup_doc.sh
#build the documentation on windows
.\setup_doc.sh====
| Group |
|---|
| Noa Leclaire noa.leclaire@epitech.eu |
| Julien Lafargue julien.lafargue@epitech.eu |
| Enzo Laurent enzo.laurent@epitech.eu |
| Alexandre Laborde alexandre.laborde@epitech.eu |
| Marvin Verain marvin.verain@epitech.eu |
