retro-rpg/README

15 lines
216 B
Plaintext

2D GAME
Dependencies:
- SDL2 :: https://www.libsdl.org/
The build is handled with CMake (version 3.10 or later):
cmake -B build
cmake --build build
To then run unit tests:
ctest --test-dir build