Coding tutorials in Scratch [Scratch.mit.edu]

Learn the basics of programming with Scratch! In this tutorial course, we will learn the basics of Scratch by implementing the basic walk animations, sound effects, and game mechanics of the Impostor in Among Us.

Topics include:

  • How Scratch writes code
  • The use of each Scratch block type
  • How to create a basic game
    • How to create a walking character
    • How to animate in Scratch
    • How to create a scrolling level
    • How to sync sounds to specific events
  • How to implement graphical elements (GUI) like Buttons and Sliders
  • Basic programming concepts
    • Variables
    • Math and Coding
    • Basic control flow of a program
    • How to think like the computer
    • How to make things easier on the computer