Strat game

A strategy game implemented in C++20 with the use of Entt and raylib.

Build

mkdir build
cd build
cmake ..
cmake --build .

Controls:

  • wasd - camera movement
  • arrows - camera angle

External libraries used

a