Skip to content

fzuefo/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

About

A game engine with server/ client capabilities, created for Epitech's R-Type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.2%
  • CMake 6.2%
  • Shell 2.2%
  • Dockerfile 0.4%