/R-Type

R-Type - EPITECH project. This project asks us to implement a multi-threaded server and a graphical client, using a re-usable game engine of your own design.

Primary LanguageC++

R-Type

R-Type - EPITECH project. This project asks us to implement a multi-threaded server and a graphical client, using a re-usable game engine of your own design.

USAGE

 mkdir build && cd build && conan install .. --build=missing && cmake .. -G “Unix Makefiles” && cmake --build .