A simple game engine written in modern C++ (cpp17
) using the SDL2
library. This engine was made using the ECS design pattern and support scripting with Lua 5.4
.
-
Run
./install-dependencies.sh
- This shell script requires a
bash
shell andbrew
installed
- This shell script requires a
-
Run
make build
andmake run
-
Enjoy!