c2d26a8418
* starting screen api intergration * Further image integration * Aligning with new screen apis * Build fixes * Adjust to common screen state * Fix unpackPNG * Add game library * Optimize screen rendering * bumping common packages * updated shims * moving images into ev3 * upgrading to common packages * added try/use * cap * fixed tryp age
22 lines
446 B
Markdown
22 lines
446 B
Markdown
# Getting Started
|
|
|
|
## Projects
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Try",
|
|
"imageUrl": "/static/lessons/try.png",
|
|
"description": "Get a quick introduction to programming with EV3.",
|
|
"url": "/getting-started/try",
|
|
"cardType": "side"
|
|
},
|
|
{
|
|
"name": "Use",
|
|
"imageUrl": "/static/lessons/use.png",
|
|
"description": "Build a robot and drive into the world of robotics!",
|
|
"url": "/getting-started/use",
|
|
"cardType": "side"
|
|
}
|
|
]
|
|
``` |