/invaders

raylib 2d game using CMake

Primary LanguageC++

Cmake for Raylib

mkdir build
cmake -S . -B build
cd build && make