gbdev / gb-asm-tutorial

Learn to create games for the Game Boy using Assembly
http://gbdev.io/gb-asm-tutorial/
MIT License
116 stars 41 forks source link

Suggestion: Add Source Code References for Clarity #111

Open AneMou opened 1 month ago

AneMou commented 1 month ago

Code References for Clarity

Description: Currently, we can't be sure that we haven't missed anything in the tutorial.

Solution: It would be helpful for beginners to have a link to the source code at some point in the tutorial. They could compare their work to check for mistakes and ensure their line numbers match. For example, we could provide links such as main.asm Part II - Getting Started or main.asm Part II - Objects, etc., at the end of each lesson.

This is more of an enhancement than a real issue.