gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/examples/gb/template_subfolders/Readme.md
1
2 A template project with a Makefile that supports sub-directories.
3
4 The Makefile will automatically detect and compile new source files
5 when they are added to the "src" and "res" directories.
6
7 Project directories
8 - src: Main program source files (.c, .h, .s) can go here
9 - res: Program graphics and audio source files (.c, .h, .s) can go here
10 - obj: Compiled ROM (.gb) and debug files go in this directory
11
12
13 == Sprite and Background tiles from: ==
14
15 https://sondanielson.itch.io/gameboy-simple-rpg-tileset
16 "Licence is under CCA so you can use these assets both privately and commercially"
17 "You are free to use them as is or modify them to your liking. All i ask is you credit me if you do use them please :)"
18
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.