Skip to content
/ sukkore Public template

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

58 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 in your path variable. The project is developed using v0.8.0, but anything >= v0.7.0 should work. To build the project, run the build.py python file, and a file named build.gb will appear inside the build directory.