1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-01-16 19:58:16 +01:00

Add Larold's GBDK-2020 tutorials (#235)

This commit is contained in:
bbbbbr 2022-08-04 13:01:40 -07:00 committed by GitHub
parent 6738dbc1ff
commit a20cde9265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -382,6 +382,7 @@ Fragments of code, effects, proof of concepts and generally non complete games.
- [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.
- [Simplified GBDK examples](https://github.com/mrombout/gbdk_playground)
- [GBDK Programming Video Tutorials](https://www.youtube.com/playlist?list=PLeEj4c2zF7PaFv5MPYhNAkBGrkx4iPGJo) - A series of video tutorials introducing beginners to programming with GBDK.
- [Larold's Jubilant Junkyard](https://laroldsjubilantjunkyard.com/tutorials/) - A collection of detailed GBDK-2020 based tutorials.
## Homebrews