move project to this repo

This commit is contained in:
Norman Bos
2024-04-08 23:56:20 +02:00
parent 662a1edce4
commit aa42870720
35 changed files with 1858 additions and 3 deletions
+11 -2
View File
@@ -1,2 +1,11 @@
# gameboy-submarine
A gameboy game developed with gbdk
# A template project with a Makefile that supports sub-directories.
The Makefile will automatically detect and compile new source files when they are added to the "src" and "res" directories.
Project directories
- src: Main program source files (.c, .h, .s) can go here
- res: Program graphics and audio source files (.c, .h, .s) can go here
- obj: Compiled ROM (.gb) and debug files go in this directory
Must have gbdk-2020 in a folder named "gbdk" in the root folder.