CS INTRO 1
Course on Flipgrid
Flipcode for the Intro to CS course grid: csintroarcade
Lessons
[ { "name": "Intro", "url": "/courses/csintro1/intro", "imageUrl": "https://cdn.makecode.com/blob/3986cab3bc68485be7c978f9bb5548fd50cdcdc1/static/courses/csintro1/intro.gif" }, { "name": "Sprites", "url": "/courses/csintro1/sprites", "imageUrl": "https://cdn.makecode.com/blob/714501a3f3ff1a357c1faf2b1c24772e3424c3c2/static/courses/csintro1/sprites.gif" }, { "name": "Motion", "url": "/courses/csintro1/motion", "imageUrl": "https://cdn.makecode.com/blob/0233a73a29e7da80136ad2e94ad171c84c811cf5/static/courses/csintro1/motion.gif" }, { "name": "Loops", "url": "/courses/csintro1/loops", "imageUrl": "https://cdn.makecode.com/blob/d30e6c7da0fa286120a142981e8949e8bbc21df7/static/courses/csintro1/loops.gif" }, { "name": "Review", "url": "/courses/csintro1/review", "imageUrl": "https://cdn.makecode.com/blob/a74d4a8f024901d3612041c2b834a85161381796/static/courses/csintro1/review.gif" }, { "name": "Unit 1 Project", "url": "/courses/csintro1/project/final", "imageUrl": "https://cdn.makecode.com/blob/09e3e8e8459c14d1d093d10c3d051bb1204ab0fa/static/courses/csintro1/final-project.gif" } ]
Table of Contents
About
Orientation
- Orientation to MakeCode
- Birthday Algorithm
- Sprites
- Unplugged: Rock Paper Scissors
- Variable Math
- Info Variables
Sprites
Motion
- Unplugged: Using a Controller
- Sprite Motion Event
- Overlap Section 1
- Random
- Overlap Section 2
- On Created
- Motion Project
Loops
- Loops Intro
- Unplugged: Circle a Chair
- Increment Loop
- Projectiles
- Projectiles from Sprites
- Physics
- Loops Project