/rtype

A clone of the famous arcade game R-Type, with up to four players at once.

Primary LanguageC++

R-Type

Prerequisites

Conan, cmake, make, gcc 10

Conan

pip install conan
conan remote add epitech https://api.bintray.com/conan/epitech/public-conan
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan

Building

mkdir build
cd build
conan install .. --build=missing
cmake ..
cmake --build .