The purpose of this project is to create a video game which is inspired by the video game r-type released in 1987, using a client/server architecture.
-
Install conan binary using python3 pip command.
pip3 install --user conan
-
Update your Conan profile in
$HOME/.conan/profiles.
. Edit the following variables:- compiler: You must set your compiler (Exemple: gcc)
- compiler.version: This MUST match your compiler version.
<compiler> --version
- compiler.libcxx: You MUST set this variable to use c++11 (libstdc++11for gcc)
-
Install CMake
-
Build the project.
make -j
- Run r-type_server and set the port to open
./r-type_server 8080
- Run r-type_client and set the address and the port of server
./r-type_client
- Alan Sigal
- Antoine Desruet
- Thomas Tricaud
- Tom Rives