-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finishing Unit 3 and updating GJiaB #6742
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR refines multiple MakeCode Arcade tutorial documents for Unit 3 by updating textual content, renaming sections, and standardizing variable and setting names in the code examples. Key changes include adjustments to section titles and descriptions, code refactorings to switch from snake_case to camelCase (e.g. high_scores → highScores, number_of_high_scores → numScores), and modifications to string literal arguments in settings calls.
Reviewed Changes
File | Description |
---|---|
docs/courses/educator-trainings.md | Updated section headers and reworded webinar and training details. |
docs/courses/csintro/blocks/unit-3/lab0304-part3.md | Renamed title, refactored variable names and updated high score handling logic. |
docs/courses/csintro/blocks/unit-3/lab0305-part1.md, lab0305-part2.md, lab0301-part1.md, lab0301-part2.md | Minor text editing and clarification of instructions. |
docs/courses/csintro/blocks/unit-3/skillmap.md | Updated colors, image URLs, and tutorial metadata. |
docs/courses/csintro.md, docs/gamejam/lessons/box.md | Revised textual content and resource link adjustments. |
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
This shouldn't have been in there
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Adding actual thumbnail to last lesson
* Finishing Unit 3 and updating GJiaB * Delete .vscode/settings.json This shouldn't have been in there * Update docs/courses/csintro/blocks/unit-3/lab0304-part3.md Co-authored-by: Copilot <[email protected]> * Update docs/courses/csintro/blocks/unit-3/lab0304-part3.md Co-authored-by: Copilot <[email protected]> * Update imageUrl in skillmap.md Adding actual thumbnail to last lesson --------- Co-authored-by: Copilot <[email protected]>
* Finishing Unit 3 and updating GJiaB * Delete .vscode/settings.json This shouldn't have been in there * Update docs/courses/csintro/blocks/unit-3/lab0304-part3.md * Update docs/courses/csintro/blocks/unit-3/lab0304-part3.md * Update imageUrl in skillmap.md Adding actual thumbnail to last lesson --------- Co-authored-by: Copilot <[email protected]>
Updating the Unit 3 skillmap & Game Jam in a Box