Skip to content

LiardeauxQ/r-type

Repository files navigation

R-Type

How to install

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

or

mkdir build && cd build && conan install .. && cmake .. && cmake -build

Authors

  • Alexandre Fourcat
  • Thomas Nicollet
  • Kilian Perrier
  • Quentin Liardeaux