Tag: Block Programming

Scratch -Take the Quiz!

Answer these 10 questions to test your understanding of Block Programming when using Scratch. Take the Quiz! (open full screen) Check that you understand the different types of validation checks by completing this quiz: Extension Task Use the scratch website

Flappy Bird using Scratch

This step by step tutorial will demonstrate how to re-create the game “Flappy Bird” using the online version of Scratch.

Catch Me If You Can

In this challenge we will create a three-player game using Scratch. One player (the yellow ball) will be chased by two other players the red player and the blue player. The red player will use the arrow keys to control

3D Staircase Challenge

In this challenge you will use http://www.beetleblocks.com/ to create some 3D models to represent different types of staircases. I will use iteration (for loops) to make your code more effective and investigate the use of (x,y,z) coordinates to create your

Space Exploration – 3D Models

Computer code can be used to create 2D or 3D graphics. The code used to create these graphics can then be used by 3D printers to create objects. In this challenge we will use block programming to create a 3D

BBC micro:bit – Ukulele Chord Reader

For this challenge we are going to build a Ukulele Chord Reader for Eric Clapton’s version of the song: “Knock on Heaven’s Door” (Original Author Bob Dylan). You may want to listen to the song first on youtube The idea

3D Printing Programming

Using a “scratch like” programming language you can create your own 3D models and export them in a format recognised by 3D Printers. Click on the picture above to access the BeetleBlocks project:

Magic 8 Ball – Using Python Blocks!

The purpose of this post is to demonstrate how Python trinkets can be used to code with blocks. Trinket blocks use the same approach as Scratch: A collection of blocks that the programmer can select to build their code in

Remove The Blocks – Robotics Challenge

This is a classic robotics challenge where students have to build their own robot that will be used to tidy up a 2m by 1m mat full of lego bricks by either collecting or pushing these bricks outside the mat.

Robotics: Self-Parking Challenge

New cars are fully loaded with technology. Manufacturers are working on new systems to facilitate the driving experience. Self-parking systems will soon be available on most cars. Let’s look at what the technology can do: Your Challenge Build and program