Logic

Logical operations allow the user to create behaviors that respond to the changing conditions within a game.

[
{
    "name": "Logic Intro",
    "url": "/courses/csintro2/logic/intro",
    "imageUrl": "https://pxt.azureedge.net/blob/8cef004ba704197c2e1afbabbb1582c5fed29f2f/static/courses/csintro2/logic/intro.gif"
}, {
    "name": "If and Else",
    "url": "/courses/csintro2/logic/if-else",
    "imageUrl": "https://pxt.azureedge.net/blob/9ab7b4418eebb450d38463d6edef9daf408ab4d9/static/courses/csintro2/logic/if-else.gif"
}, {
    "name": "Local Multiplayer",
    "url": "/courses/csintro2/logic/multiplayer",
    "imageUrl": "https://pxt.azureedge.net/blob/5e8adef31d140b6c61cc1d00cea4af53591cec78/static/courses/csintro2/logic/multiplayer.gif"
}, {
    "name": "Booleans",
    "url": "/courses/csintro2/logic/booleans",
    "imageUrl": "https://pxt.azureedge.net/blob/88b337d57e4184621dec52442a229b84e8850b4c/static/courses/csintro2/logic/booleans.gif"
}, {
    "name": "Validating User Input",
    "url": "/courses/csintro2/logic/user-input",
    "imageUrl": "https://pxt.azureedge.net/blob/3f02646d3522e0872abcd75fe4344e5b1279a080/static/courses/csintro2/logic/user-input.gif"
}, {
    "name": "Logic in Loops",
    "url": "/courses/csintro2/logic/while",
    "imageUrl": "https://pxt.azureedge.net/blob/0bb20e5916a2928f1f6d82206aca6a6f7f425f7c/static/courses/csintro2/logic/while.gif"
}, {
    "name": "Logic Project",
    "url": "/courses/csintro2/logic/project",
    "imageUrl": "https://pxt.azureedge.net/blob/c9b2ef6ad3994fd6bab4d61ab46138159c21f8ad/static/courses/csintro2/logic/project.gif"
}
]

Lessons

Flipgrid

The Flipgrid topic for the Logic chapter: https://flipgrid.com/b6f3efa8

CS Intro 2 Home