Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.3 KB

File metadata and controls

64 lines (43 loc) · 1.3 KB

EPITECH R-TYPE

Content

General informations

Using R-Type

user'guide : usage

Contribution

If you seek to contribute to our project, please, refer to this technical documentation.

For the network request documentation : see here

Compilation

The project is compiled via a CMakefile.

mkdir build
cd build
cmake ..
make

After compilation, execute it that way, in the same order. Start by launching the server

./r-type_server

and then launch the client

./r-type_client

Testing

the project is tested using unit tests from Google, gtest. For more information, here is the googletest's official repository: https://github.com/google/googletest

Copyright

Copyright (c) 2023 EPITECH (Victor YVON, Baptiste AVERT, Julien SERIN, Romain ZHANG)

more information here.