1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-09-03 20:52:34 +02:00

Added two new links for C (#132)

Added a new C Game and link to series of youtube tutorials, both created by me
This commit is contained in:
gingemonster
2019-02-08 19:14:13 +00:00
committed by Antonio Vivace
parent 2b565f281b
commit 73d077bd91

View File

@@ -320,6 +320,7 @@ Fragments of code, effects, proof of concepts and generally non complete games.
- [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.
- [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
## Homebrews
@@ -380,6 +381,7 @@ Complete and open source games.
- [Burly Bear vs. The Mean Foxes](http://sebastianmihai.com/main.php?t=18&) ([GBC](http://sebastianmihai.com/main.php?t=55&n=Gameboy-Color-development-Burly-Bear-vs-The-Mean-Foxes-GBC-version) port)
- [PostBot](https://github.com/MasterIV/PostBot)
- [Guns & Riders](https://github.com/kanfor/gunsridersgameboy)
- [Dino's Offline Adventure](https://github.com/gingemonster/DinosOfflineAdventure) - A clone of the Google Chrome offline game
### Demos