Installing the Arcade Library and Setting Up Visual Studio Code
  • Installing the Arcade Library and Setting Up Visual Studio Code
The Basics
  • Drawing Basic Shapes
  • Basic Animation
  • Bouncing Ball
  • Keyboard Inputs
  • Mouse Inputs
  • Sprites: The Sprite Class
Basic Collisions
  • Point-Rectangle Collision Detection
Writing Our First Game: Tank Attacks
  • Preview of Our First Game: Tank Attacks
  • Game Screens(Full Game Code)
Ball-Brick Collisions
  • Ball-Brick Collisions Part 1
Brick Breaker Game
  • Brick Breaker Preview
A Platformer Game(like Mario) from Scratch
  • Platformer Preview
  • Creating Platformer Player
  • Animating the Character
Tetris!
  • Tetris: Preview