https://github.com/blackhawk-ta/gatekeeper
A 32Blit RPG called Gate Keeper
https://github.com/blackhawk-ta/gatekeeper
32blit game picosystem
Last synced: about 1 year ago
JSON representation
A 32Blit RPG called Gate Keeper
- Host: GitHub
- URL: https://github.com/blackhawk-ta/gatekeeper
- Owner: Blackhawk-TA
- License: gpl-3.0
- Created: 2021-08-10T21:44:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T22:56:52.000Z (over 1 year ago)
- Last Synced: 2025-04-30T21:09:05.196Z (about 1 year ago)
- Topics: 32blit, game, picosystem
- Language: C++
- Homepage: https://blackhawk312.itch.io/gate-keeper
- Size: 13.5 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gate Keeper
[](https://github.com/Blackhawk-TA/GateKeeper/blob/master/LICENSE.md)

[](https://github.com/Blackhawk-TA/GateKeeper/releases)
An RPG game called GateKeeper made for the 32blit and PicoSystem retro consoles. \
It also runs on Linux, MacOS and Windows.
## Build
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
```
## Sprites
All sprites were created by [Gif](https://gif-superretroworld.itch.io/), [Noiracide](https://noiracide.itch.io/) and [TheRoro](https://drpixelo.itch.io/).
The packs can be found here: https://gif-superretroworld.itch.io.
The non character enemies were made by [vryell](https://vryell.itch.io/tiny-enemies-vol1).
The weapon sprites were made by [franuka](https://franuka.itch.io/). \
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.