A downloadable tool

A game-engine + server realized in c++ using conan as packets manager

Download

Download
r-type.zip 1 MB

Install instructions

Unix systems :

install conan with pip install

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

executables are in bin folder