R-TYPE
A downloadable tool
A game-engine + server realized in c++ using conan as packets manager
Status | In development |
Category | Tool |
Authors | Onaisuo, lentzqq, Nijinski, lamyeemanick |
Tags | 2D, Game engine, server |
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