Tynker Coding For Kids: What You Need To Know (Complete Review)

Tynker Coding For Kids: What You Need To Know (Complete Review)

As the world is becoming more digital, it’s more important than ever to have a strong knowledge of coding and computer systems. But it doesn’t have to be daunting. Just like learning any language, kids are sponges for new information, so there’s a huge benefit to starting when they’re young. Liam is 8 now, and…

7 Reasons You’ll Love Tynker Coding For Kids

7 Reasons You’ll Love Tynker Coding For Kids

Hi! We’ve had a few weeks of downtime over at Liam’s Coding Journey, but there’s been lots going on behind the scenes. Liam has been learning to use Tynker, and his coding has improved heaps in a very short time. With Tynker, coding for kids has never been easier. Liam absolutely loves the gamified lessons,…

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 &…

How to get the Tobbie extension in MakeCode
|

How to get the Tobbie extension in MakeCode

BBC’s MakeCode is the main coding platform for microbit, which is the mini-computer for Tobbie. You can download pre-made programmes for Tobbie, but you’ll also want to create your own programmes from scratch. When opening a new project in MakeCode, the standard code menus are available, but there’s no sign of the menu that contains…

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…