An RPG game called GateKeeper made for the 32blit and PicoSystem retro consoles.
It also runs on Linux, MacOS and Windows.
Linux:
mkdir build
cd build
cmake ..
make
32Blit:
mkdir build.stm32
cd build.stm32
cmake .. -DCMAKE_TOOLCHAIN_FILE="../32blit-sdk/32blit.toolchain"
make GateKeeper
PicoSystem:
mkdir build.pico
cd build.pico
cmake .. -DCMAKE_TOOLCHAIN_FILE=../../32blit-sdk/pico.toolchain -DPICO_BOARD=pimoroni_picosystem
make
All sprites were created by Gif, Noiracide and TheRoro.
The packs can be found here: https://gif-superretroworld.itch.io.
The non character enemies were made by vryell.
The weapon sprites were made by franuka.
I modified all character sprites to fit the 16x16 tile bounds.
The white tiles with borders used for in game menus were made by me.