See my blog post for an introduction to the grug modding language.
- Clone this repository and open it in VS Code.
- Run
git submodule update --initto clone thegrug/grug.c,grug/grug.h, andgrug-adapter-for-python/generate.pyfiles (for your own game you can just drop these files directly into your project). - Hit
Ctrl+Shift+Bto get a list of the available build tasks, and run theCompile grug.soandRegenerate adapter.c, and compile adapter.sotasks. - Hit
F5to run the game.
Type f to toggle grug between safe and fast mode.