This is a project for testing the basic feature implementations required for a rpg on the 32Blit console.
Linux:
mkdir build
cd build
cmake ..
make
32blit:
mkdir build.stm32
cd build.stm32
cmake .. -DCMAKE_TOOLCHAIN_FILE="../32blit-sdk/32blit.toolchain"
make rpg-test