Instructional Video3:23
Curated Video

Introduction to Creating Your Own Platform Game in Scratch

Pre-K - Higher Ed
In this 14-part tutorial series you will learn everything about how to design and code your very own fully working platform game using the block coding system in Scratch. You’ll learn how to draw and animate sprites, design your own...
Instructional Video23:11
Curated Video

Adding Backgrounds, Sound Effects, and Animations to Scratch Game

Pre-K - Higher Ed
In this video, the teacher explains how to add backgrounds, sound effects, and animations to make a game more exciting and interesting. They demonstrate how to add different backgrounds using built-in options or by drawing your own. They...
Instructional Video22:21
Curated Video

Creating a Scoring System with Coins in Scratch

Pre-K - Higher Ed
In this video, the teacher explains how to create a scoring system using coins in a game. The tutorial covers how to make the coins appear, disappear, and increase the score when collected by the player. It also demonstrates how to...
Instructional Video9:03
Curated Video

Creating Vertical Movement: Falling and Jumping in Game Development

Pre-K - Higher Ed
In this tutorial, the video demonstrates how to implement vertical movement for a character in a game using variables and conditional statements. The character is programmed to fall when not supported by a platform and the player can...
Instructional Video11:07
Curated Video

Creating Challenging Levels with Clones in Game Design

Pre-K - Higher Ed
In this tutorial, the teacher demonstrates how to create a challenging game in Scratch by adding multiple levels, enemies, and clones. By utilizing the concept of clones, students learn how to dynamically increase the difficulty of the...
Instructional Video12:07
Curated Video

Game Development: Implementing Jumping Mechanism and Level Design

Pre-K - Higher Ed
In this video tutorial, the teacher explains how to implement jumping mechanics in a game by using Boolean variables to control the player's ability to jump. By setting up a system where the player can't continuously jump infinitely, the...
Instructional Video18:27
Curated Video

Creating Levels and Portals in Scratch

Pre-K - Higher Ed
In this video tutorial, the teacher guides viewers through the process of adding a portal to a game created in Scratch. They demonstrate how to create new levels, draw sprites, add code for the portal interaction, and manage level...
Instructional Video16:19
Curated Video

Implementing Lives System in Scratch Game

Pre-K - Higher Ed
In this video tutorial, the teacher demonstrates how to implement a lives system in a game using variables and coding blocks. The tutorial covers both scenarios of restarting the game when lives reach zero and ending the game with a...
Instructional Video8:32
Curated Video

Creating Enemies and Obstacles in Scratch Game

Pre-K - Higher Ed
In this video tutorial, the teacher demonstrates how to add an element of danger to a game by introducing a lava obstacle that sends the player back to the beginning if touched. Through step-by-step guidance, the teacher shows how to...
Instructional Video6:07
Curated Video

Creating a Platform Game: Drawing and Designing the Platform

Pre-K - Higher Ed
In this tutorial, the instructor guides viewers through the process of creating a platform game using Scratch. They demonstrate how to design and customize a platform Sprite, set up borders to define the game area, and create a basic...
Instructional Video26:33
Curated Video

Creating Moving Enemies in Scratch Game

Pre-K - Higher Ed
In this video, the teacher explains how to add an enemy that moves around the game area and how to control the visibility of certain elements, such as lava, on different levels. The teacher also demonstrates how to create a new enemy...
Instructional Video3:49
Curated Video

Sharing Your Game: A Guide to Sharing and Protecting Your Code

Pre-K - Higher Ed
This tutorial guides you on how to effectively share your game created using Scratch, ensuring that others can play it without altering your original code. Learn how to customize your game's name, provide clear instructions, and enable...
Instructional Video6:03
Curated Video

Creating and Customizing a Player Sprite in Scratch

Pre-K - Higher Ed
In this tutorial, the instructor guides viewers through creating a custom Sprite for the player in a game development platform. The process involves drawing basic shapes, naming the Sprite, centering it correctly, resizing it, and...