Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As mentioned in issue #81, this PR aims to explain BCD by adding scoring to the bricks game. I’ve expanded on the solution suggested in draft PR #93.
It took me a bit to break this down into logical commits, but I hope this makes the review process smoother (and any necessary fixes easier). Turns out, it's a lot easier to write the code than to explain it 😅. This really made me respect the effort that has gone into writing and explaining this material, and I’m looking forward to any constructive feedback you might have on my approach, both in terms of code and explanation.
Two notes from my side:
Thanks in advance for your time and feedback!