AdventureGame is a TDD test project
- CMake: Build system support using CMake.
- IWYU: Include What You Use analysis.
- clang-tidy: Static analysis and linting.
- Clang Format: Code formatting checks.
- Doxygen: Documentation generation.
- Clone the repository:
git clone https://github.com/viktorklochkov/AdventureGame.git
cd AdventureGame- Build the project:
mkdir build
cd build
cmake -DBUILD_TESTS=ON ..
make -j- Run tests:
ctestThis project is licensed under the MIT License - see the LICENSE file for details.
For any questions or suggestions, feel free to open an issue or contact the repository owner.