-
R-type is a multiplayer video game with space shuttles.
-
Our project uses Conan in order to be OS independant :
- First, create a build folder in the root directory and change your current directory:
$ mkdir build && cd build - Then, install project dependencies using conan :
$ conan install .. --build=missing - After that, generate a Makefile using CMake :
cmake .. -G "Unix Makefiles" - Finally, compile the project :
or
cmake --build .make - You now have the two project binaries :
$ ls build/bin r-type_client r-type_server - First, create a build folder in the root directory and change your current directory:
-
The clients need the server in order to work correclty
MatteoDeVita/R-Type-multiplayer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|