include
-raylib.h - dont touch
-utils.h - header files for essentials.c and main.c
src
-main.c -driver code
-essentials.c -all user defined functions
scripts
-fix_incompat.ps1 -fixes raylib installation
-build_game -builds your game
- Keep PRs modular to specific games
- Explain features /optimisations properly
- Use variable names between 3-100.
- use comments to specify which code belongs where
- Explain each helper function