Skip to content

AmozPay/OtterLib

Repository files navigation

OtterLib

OtterLib is our game engine library developped for an Epitech project called R-Type. It consists of different modules: "Otter Core", "Otter Network" [...]

Building Rtype Games

cmake -S . -B build
cmake --build build --target r-type

The built files are located in build/games/rtype/bin

Building OtterLib

cmake -S . -B build
cmake --build build --target OtterLib

The built files are located in OtterLib/build/lib

Building and running tests

OtterLibTests

cmake -S . -B build
cmake --build build --target OtterLibTests

The built files are located in OtterLib/build/lib

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Documentation

Documentation

Authors