Skip to content
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

[v1] Cherry picking Adding quick fixes for Hour of Code / Junior tutorials (#6571) #6572

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
255 changes: 92 additions & 163 deletions docs/hardware/arcade-cabinets/cabinet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
59 changes: 27 additions & 32 deletions docs/hardware/arcade-cabinets/control-panel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/hardware/arcade-cabinets/full-size-kiosk.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The cabinet is built out of 3 - 8' x 4' plywood sheets of 1/2" thickness.
* **1** - HDMI to VGA Adapter (https://a.co/d/4NyKmNO)
* **2** - Containers of screws: 2.5" #8 and .375" #4

[Click here to download complete instruction pack](/hardware/arcade-cabinets/complete-cabinet-package.zip)

## Suggested Tools

* CNC or jigsaw, router, table saw, impact driver, wood glue, etc... The kind of tools you find in a wood shop.
Expand Down
9 changes: 8 additions & 1 deletion docs/jr-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@

```codecard
[
{
{
"name": "Snack Chase",
"cardType": "tutorial",
"description": "Code a snack chase game with characters from Lyla in the Loop on PBS KIDS",
"url": "https://arcade.makecode.com/#tutorial:/tutorials/lyla-jr",
"imageUrl": "/static/tutorials/lyla/card.jpg",
"directOpen": true
}, {
"name": "Turkey Junior",
"cardType": "link",
"description": "It's time to break out! Help your turkey free all of its friends and climb to freedom in this fast-paced vertical platformer.",
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorials/lyla-jr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

**Let's code a video game with Lyla, Everett, Luke and Stu!**

![Lyla intro](youtube:d8f-PtWSuKk)
![Lyla intro](youtube:43Pp_KVsFIc)



## {Step 2}
Expand Down
Loading