This course is currently in beta - this means that it is likely to have bugs and changes made fairly regularly. If you see anything that doesn’t seem quite right, or if you have any suggestions, please file an issue on github.
CS Intro 2
Course on Flipgrid
Flipcode for the Intro to CS course grid: csintroarcade
Lessons
[
{
"name": "Functions",
"url": "/courses/csintro2/functions",
"imageUrl": "https://pxt.azureedge.net/blob/8b54834af52dcd7733b98aa9cbba5913eacd7f76/static/courses/csintro2/functions.gif"
}, {
"name": "Tilemap",
"url": "/courses/csintro2/tilemap",
"imageUrl": "https://pxt.azureedge.net/blob/cbaf70f32fbc269b4873d1969be577eab92ed7cb/static/courses/csintro2/tilemap.gif"
}, {
"name": "Logic",
"url": "/courses/csintro2/logic",
"imageUrl": "https://pxt.azureedge.net/blob/5e8adef31d140b6c61cc1d00cea4af53591cec78/static/courses/csintro2/logic.gif"
}, {
"name": "Arrays",
"url": "/courses/csintro2/arrays",
"imageUrl": "https://pxt.azureedge.net/blob/841b006acf8ce4ef169ca3f8679e8d81c615183b/static/courses/csintro2/arrays.gif"
}, {
"name": "Review",
"url": "/courses/csintro2/review",
"imageUrl": "https://pxt.azureedge.net/blob/6789f638ccf33d23db07c07f315eefd65ff67410/static/courses/csintro2/review.gif"
}, {
"name": "Unit 2 Project",
"url": "/courses/csintro2/final-project",
"imageUrl": "https://pxt.azureedge.net/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