OtterLib is our game engine library developped for an Epitech project called R-Type. It consists of different modules: "Otter Core", "Otter Network" [...]
cmake -S . -B build
cmake --build build --target r-type
The built files are located in build/games/rtype/bin
cmake -S . -B build
cmake --build build --target OtterLib
The built files are located in OtterLib/build/lib
cmake -S . -B build
cmake --build build --target OtterLibTests
The built files are located in OtterLib/build/lib
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.