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 401b92c49e96d0201cded0cbfb1cf07b9f7407bb 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