/32blit-rpg-test

Primary LanguageC++MIT LicenseMIT

32Blit RPG Test

license Build github

This is a project for testing the basic feature implementations required for a rpg on the 32Blit console.

Build

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