Skip to content

viktorklochkov/AdventureGame

Repository files navigation

AdventureGame project

CMake on a single platform codecov IWYU clang-tidy Clang Format Checker Doxygen Action

Overview

AdventureGame is a TDD test project

Features

  • 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.

Getting Started

  1. Clone the repository:
git clone https://github.com/viktorklochkov/AdventureGame.git
cd AdventureGame
  1. Build the project:
mkdir build
cd build
cmake -DBUILD_TESTS=ON ..
make -j
  1. Run tests:
ctest

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or suggestions, feel free to open an issue or contact the repository owner.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors