Files
retro-rpg/README
T
2024-12-26 15:40:36 +00:00

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