Project of the Week – Lego Wedo Crab With Dance Moves
|

Project of the Week – Lego Wedo Crab With Dance Moves

This week, Liam has built a Lego Wedo crab with his kit. He found this project on YouTube when looking for how to build a bird, and it looked like fun. The crab uses the Lego Wedo smarthub, the motor, and three gears. What is Lego Wedo? Lego Wedo 2.0 is Lego’s entry-level robotics &…

Code A Racing Car Game with Scratch and Lego Wedo 2.0 (Part 2)
|

Code A Racing Car Game with Scratch and Lego Wedo 2.0 (Part 2)

How did you go with part one of the racing car game? If you’ve built your steering wheel and drawn your racing car and traffic, then you’re ready to get stuck in and code a racing car game of your own! Liam has created and tested his code for all of these sprites: The racing…

Code A Racing Car Game with Scratch and Lego Wedo 2.0 (Part 1)
|

Code A Racing Car Game with Scratch and Lego Wedo 2.0 (Part 1)

Liam has just finished building his first interactive game by pairing Lego Wedo 2.0 with Scratch. It’s a racing car game, complete with a Lego steering wheel controller. The inspiration for this game comes from Mi 2 Tom, who has some fantastic projects up on YouTube. Liam’s version is similar, but all the elements have…

Make A Jumping Cat Game With Microbit And Scratch
|

Make A Jumping Cat Game With Microbit And Scratch

Scratch is set up really well to integrate with a range of hardware, such as webcams, microphones, and Lego products such as Mindstorms. It also integrates with microbit, which is what Liam has been trying out recently. Microbit contains accelerometers, so can act as a motion sensor. We used this feature to create a game…

How To Connect Microbit To Scratch For Interactive Games
|

How To Connect Microbit To Scratch For Interactive Games

As coding platforms go, we love Scratch. One of the best things about it is that you can connect other hardware to it and build your own interactive games and robots. Liam uses microbit in his Tobbie II hexapod robot, and programs it using Microsoft’s MakeCode platform. To expand what he can do with it,…

How to set the timing of actions in Scratch

How to set the timing of actions in Scratch

Liam has been learning how to add timing to his code in Scratch recently. While working on his animation of a volcanic eruption, he discovered that some of his sequences were happening way too fast. Understanding timing in Scratch is super useful, because it controls when each Sprite appears, and the delay between each action…