A 3D rhythm game written in C++ using raylib.
- CMake 3.11 or higher
- C++17 compatible compiler (GCC, Clang, or MSVC)
- Git
- Clone the repository with submodules:
git clone --recursive https://github.com/kauht/Athena.git
cd Athena- Create a build directory and compile:
mkdir build
cmake --build buildThis project is licensed under the MIT License - see the LICENSE file for details.