CS INTRO 1

Course Beta

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.

Course on Flipgrid

Flipcode for the Intro to CS course grid: csintroarcade

Lessons

[
{
    "name": "Intro",
    "url": "/courses/csintro1/intro",
    "imageUrl": "https://pxt.azureedge.net/blob/3986cab3bc68485be7c978f9bb5548fd50cdcdc1/static/courses/csintro1/intro.gif"
}, {
    "name": "Sprites",
    "url": "/courses/csintro1/sprites",
    "imageUrl": "https://pxt.azureedge.net/blob/714501a3f3ff1a357c1faf2b1c24772e3424c3c2/static/courses/csintro1/sprites.gif"
}, {
    "name": "Motion",
    "url": "/courses/csintro1/motion",
    "imageUrl": "https://pxt.azureedge.net/blob/0233a73a29e7da80136ad2e94ad171c84c811cf5/static/courses/csintro1/motion.gif"
}, {
    "name": "Loops",
    "url": "/courses/csintro1/loops",
    "imageUrl": "https://pxt.azureedge.net/blob/d30e6c7da0fa286120a142981e8949e8bbc21df7/static/courses/csintro1/loops.gif"
}, {
    "name": "Review",
    "url": "/courses/csintro1/review",
    "imageUrl": "https://pxt.azureedge.net/blob/a74d4a8f024901d3612041c2b834a85161381796/static/courses/csintro1/review.gif"
}, {
    "name": "Unit 1 Project",
    "url": "/courses/csintro1/project/final",
    "imageUrl": "https://pxt.azureedge.net/blob/09e3e8e8459c14d1d093d10c3d051bb1204ab0fa/static/courses/csintro1/final-project.gif"
}
]

Table of Contents

About

Orientation

Sprites

Motion

Loops

Unit 1 Review

Projects