1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-18 22:01:30 +02:00

Merge pull request #15 from renavspainatal/master

Added GBDK Tutorial under programming tutorials section
This commit is contained in:
Antonio Vivace
2017-04-21 14:08:26 +02:00
committed by GitHub

View File

@@ -182,6 +182,7 @@ An online converter, translates gameboy assembly into Pokémon R/B/Y items ([Sou
- [GBDK Color](http://gbdev.gg8.se/wiki/articles/GBDK_Color_Tutorial) - Extends your knowledge of basic spriting on the Game Boy by adding colors to sprites, backgrounds and the window layer.
- [GBDK Joypad](http://gbdev.gg8.se/wiki/articles/GBDK_Joypad_Tutorial) - Details the use of the joypad with GBDK.
- [Game Boy home of Flavor](http://www.personal.triticom.com/~erm/GameBoy/) - Some full games and sources.
- [GBDK Configuring and Programming Tutorial](https://videlais.com/2016/07/03/programming-game-boy-games-using-gbdk-part-1-configuring-programming-and-compiling/) - Configuring GBDK, Using Tiles, Colliding Sprites, GBTD, GBMB, Memory Management and ROM Banking.
## Games
- [Infinity](https://github.com/infinity-gbc/infinity)