An open API service indexing awesome lists of open source software.

https://github.com/zerasul/mdbook-examples

Examples of the Book Homebrew Devopment for Sega Mega Drive
https://github.com/zerasul/mdbook-examples

Last synced: 8 months ago
JSON representation

Examples of the Book Homebrew Devopment for Sega Mega Drive

Awesome Lists containing this project

README

          

# Homebrew Development for Sega Genesis/Mega Drive Examples

In this repository you can find all the examples relates to the book "16 bits Homebrew Development"; in each folder you can find one example that relates to one of the chapters of the book. Each Example is created using the [SGDK](https://github.com/Stephane-D/SGDK) kit:

* [ej1.helloworld](ej1.helloworld/): Hello World Example.
* [ej2.controls1](ej2.controls1/): Controls 1 Example.
* [ej3.controls2](ej3.controls2/): Controls 2 Example.
* [ej4.mouse](ej4.mouse/): Mouse Controller Example.
* [ej5.backgrounds](ej5.backgrounds/): Backgrounds layers Example.
* [ej6.sprites](ej6.sprites/): Sprites Example.
* [ej7.collisions](ej7.collisions/): Collisions Example.
* [ej8.colors](ej8.colors/): Shadow/highlight Example.
* [ej9.tilesets1](ej9.tilesets1/): Tilesets Using TMX File (SGDK 1.80 or later needed).
* [ej10.tilesets2](ej10.tilesets2/): Tilesets Using image File.
* [ej11.linescroll](ej11.linescroll/): Line Scroll Example.
* [ej12.planescroll](ej12.planescroll/): Plane Scroll Example.
* [ej13.tilescroll](ej13.tilescroll/): Tiles Scroll Example.
* [ej14.mapscroll](ej14.mapscroll/): Plane Scroll using Map structure.
* [ej15.musicandsound](ej15.musicandsound/): Music and Sound Example.
* [ej15b.xgm2](ej15b.xgm2/): Music and Sound Example using XGM2 Sound Driver (SGDK 2.00 or later needed).
* [ej16.interrupts](ej16.interrupts/): VBlank Interrupt Example.
* [ej17.klog](ej17.klog/): Klog Example.

**NOTE:** In the folder [chapter11colorsImages](chapter11colorsImages/), you can find all the images in color for the chapter 11 about colors and palette.

All the examples (unless otherwise indicated) in this repository have [MIT](LICENSE) license.