CS Intro 2
Course on Flipgrid
Flipcode for the Intro to CS course grid: csintroarcade
Lessons
[
{
"name": "Functions",
"url": "/courses/csintro2/functions",
"imageUrl": "https://cdn.makecode.com/blob/8b54834af52dcd7733b98aa9cbba5913eacd7f76/static/courses/csintro2/functions.gif"
}, {
"name": "Tilemap",
"url": "/courses/csintro2/tilemap",
"imageUrl": "https://cdn.makecode.com/blob/cbaf70f32fbc269b4873d1969be577eab92ed7cb/static/courses/csintro2/tilemap.gif"
}, {
"name": "Logic",
"url": "/courses/csintro2/logic",
"imageUrl": "https://cdn.makecode.com/blob/5e8adef31d140b6c61cc1d00cea4af53591cec78/static/courses/csintro2/logic.gif"
}, {
"name": "Arrays",
"url": "/courses/csintro2/arrays",
"imageUrl": "https://cdn.makecode.com/blob/841b006acf8ce4ef169ca3f8679e8d81c615183b/static/courses/csintro2/arrays.gif"
}, {
"name": "Review",
"url": "/courses/csintro2/review",
"imageUrl": "https://cdn.makecode.com/blob/6789f638ccf33d23db07c07f315eefd65ff67410/static/courses/csintro2/review.gif"
}, {
"name": "Unit 2 Project",
"url": "/courses/csintro2/final-project",
"imageUrl": "https://cdn.makecode.com/blob/149adee173b7683cb4d610dee2cde69849780ebc/static/courses/csintro2/final-project.gif"
}
]
Table of Contents
About
Functions
- Unplugged: Making a Sandwich
- Functions Intro
- Reducing Redundancy with Functions
- Using Extensions
- Project