WaveRush A simple game made in C++ Getting Started Here are some questions and answers to get started. How to generate the project? To generate the project use: cmake -S . -B build -G "Ninja" How to build the project? First ensure the project has been generated. If so, the project can be built using: cmake --build build