A game engine for top-down 2D RPG games.
rpg game-engine raylib c99
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at b857686a6c8713ce516bf20cb2a7ed0cc5bf1ba7 9 lines 170 B view raw
1#!/usr/bin/env sh 2set -e 3 4. scripts/_config.sh 5 6sh scripts/functions/init.sh 7sh scripts/functions/compile.sh 8sh scripts/functions/link.sh 9sh scripts/functions/cleanup.sh