Skip to content

Commit

Permalink
add card type to GameGo cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ganicke committed Apr 25, 2024
1 parent ff0a8b2 commit 1609f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/courses.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ The games they make in the course can run on the GameGo device! Courses are free
"url": "https://make2learn.tinkergen.com/course/?sku=604182001",
"imageUrl": "/static/courses/gamego-beginner.png",
"largeImageUrl": "/static/courses/gamego-beginner.png",
"cardType": "link",
"directOpen": true
}, {
"name": "GameGo Intermediate Programming Course",
"description": "TinkerGen's intermediate game development course covers more topics like animations and multiplayer. Games made in the course can run on the GameGo device! Course is free after log in.",
"url": "https://make2learn.tinkergen.com/course/?sku=604182003",
"imageUrl": "/static/courses/gamego-intermediate.png",
"largeImageUrl": "/static/courses/gamego-intermediate.png",
"cardType": "link",
"directOpen": true
}
]
Expand Down

0 comments on commit 1609f07

Please sign in to comment.