https://github.com/williamdsw/sgdk-tutorials
List of SGDK development tutorials that I followed
https://github.com/williamdsw/sgdk-tutorials
tutorial tutorials
Last synced: 10 months ago
JSON representation
List of SGDK development tutorials that I followed
- Host: GitHub
- URL: https://github.com/williamdsw/sgdk-tutorials
- Owner: williamdsw
- License: gpl-3.0
- Created: 2022-02-19T22:47:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T20:07:54.000Z (over 2 years ago)
- Last Synced: 2025-03-25T14:05:03.662Z (10 months ago)
- Topics: tutorial, tutorials
- Language: C
- Homepage:
- Size: 1.05 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SGDK Tutorials
List of SGDK development tutorials that I followed
## Content
### MatteusBeusRetroDev
- [Programming Master Class](matteusbeusretrodev/programming-master-classes/)
### ohsat.com
#### Games
- [Megalaga](ohsat/games/megalaga/)
- [Mega Pong](ohsat/games/megapong/)
- [Mega Runner](ohsat/games/megarunner/)
- [Mega Tiler](ohsat/games/megatiler/)
#### Others
- [Checking Region](ohsat/others/checking-region/)
- [Colors Swap](ohsat/others/colors-swap/)
- [Playing Multiple Music Tracks](ohsat/others/playing-multiple-music-tracks/)
- [Playing Music](ohsat/others/playing-music/)
- [Processing Resets](ohsat/others/processing-resets/)
- [ROM Header](ohsat/others/rom-header/)
- [Scrolling Maps](ohsat/others/scrolling-maps/)
- [Simple Game States](ohsat/others/simple-game-states/)
- [Simple Menu](ohsat/others/simple-menu/)
- [Simple Password System](ohsat/others/simple-password-system/inc/)
- [SOR Style Text Craw](ohsat/others/sor-style-text-craw/)
- [Text Color](ohsat/others/text-color/)
### Pigsy's Retro Game Dev Tutorials
- [How to Code a Camera for a 2D game on the Sega Genesis & Mega Drive](pigsy/2d-camera/)
- [How to Use 256 Low Resolution Mode on Sega Genesis & Mega Drive](pigsy/256-low-resolution/)
- [How to use 8, 16 & 32 bit numbers on Sega Genesis & Mega Drive](pigsy/bit-numbers/)
- [How to Convert SNES Graphics for the Sega Genesis & Mega Drive](pigsy/convert-snes-graphics/)
- [Template Project](pigsy/template-project/)
### Under-Prog.ru
- [Adding Music](underprogru/adding-music/)
- [Creating Image](underprogru/creating-image/)
- [Creating Platformer](underprogru/creating-platformer/)
- [Debug](underprogru/debug/)
- [Fade In & Fade Out](underprogru/fade-in-fade-out/)
- [Image Resize](underprogru/image-resize/)
- [Joystick](underprogru/joystick/)
- [Move Sprite](underprogru/move-sprite/)
- [Moving Around the Map](underprogru/moving-around-the-map/)
- [Moving Multiples Sprites](underprogru/moving-multiples-sprites/)
- [Palette Import](underprogru/palette-import/)
- [Russian Font](underprogru/russian-font/)
- [Scroll of Layers, Tiles and Lines](underprogru/scroll-of-layers-tiles-lines/)
- [Sprite Animation](underprogru/sprite-animation/)