Curated Video
Introduction to Creating Your Own Platform Game in Scratch
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...
Curated Video
Adding Backgrounds, Sound Effects, and Animations to Scratch Game
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...
Curated Video
Creating a Scoring System with Coins in Scratch
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...
Curated Video
Creating Vertical Movement: Falling and Jumping in Game Development
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...
Curated Video
Creating Challenging Levels with Clones in Game Design
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...
Curated Video
Game Development: Implementing Jumping Mechanism and Level Design
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...
Curated Video
Creating Levels and Portals in Scratch
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...
Curated Video
Implementing Lives System in Scratch Game
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...
Curated Video
Creating Enemies and Obstacles in Scratch Game
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...
Curated Video
Creating a Platform Game: Drawing and Designing the Platform
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...
Curated Video
Creating Moving Enemies in Scratch Game
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...
Curated Video
Sharing Your Game: A Guide to Sharing and Protecting Your Code
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...
Curated Video
Creating and Customizing a Player Sprite in Scratch
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...