Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.16 KB

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