Skip to content

Project template for RGBDS Game Boy / Color projects

License

Notifications You must be signed in to change notification settings

sukus21/sukkore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sukkore

A game-project template, used in all of my games in some form. Only the main branch should be considered stable-ish to use for new projects. Other branches are either work-in-progress, dead stubs, or archivals of earlier versions of the core, that don't receive updates.

This code is meant to be cloned and modified to the needs of any project. If you do decide to use it, credit would be appreciated, but is not required.

Tools used:

Building:

Assumes that rgbasm, rgblink and rgbfix are available globally on your system. Developed using v0.6.1, but other versions may work as well. To build the project, run make, and a file named build.gb will appear inside the build directory, assuming nothing goes wrong.