Ngong Road Children's Foundation

We empower Nairobi children living in poverty to transform their lives through education and support, leading to employment.

  • About
    • Selection Criteria
    • Our Children
    • Our Work
    • Our Staff
    • Our Partners
    • Board of Directors
      • Advisory Board Members
    • Awards
  • programmes
    • Education
      • Elimu Hub
    • Health and Well-Being
      • SRH
    • Supportive Community
      • Computer Lab
      • Library
      • Saturday Programme
      • Summer Camp
    • Employment Programs
      • Life Skills
      • Career Programme
      • Techmate Programme
        • Ngong Road Blockchain Lab
  • Support Us
    • Sponsor a child
    • Donate to our Scholarship Fund
    • Support our programs
    • Rent from us!
  • News
    • News
    • Events
  • Students Resource Center

Aug 11 2025

Coding Resources for the Hummingbird Robotics Kit

1. microBlocks (Live-Coding Environment)

  • What it is: A free, Scratch-like block-based programming environment that supports live, interactive coding—changes take effect instantly as you click blocks, and programs run right on the board microblocks.fun+1.
  • Key Features:
    • Live Programming: Immediate feedback—no compile-and-upload delays microblocks.fun+1.
    • Parallelism: Run multiple scripts simultaneously (e.g., animations and motors together) microblocks.fun+1.
  • Use in the browser or app:
    • Works directly in Chrome or Edge—no install required microblocks.fun.
    • Option to install as a standalone app on Chromebook, Windows, macOS, or Linux microblocks.fun.
  • Learn more & start coding: Explore tutorials, user guides, and interactive ‘Run’ options at the MicroBlocks official site microblocks.funlearn.microblocks.fun.
  • Link: https://microblocks.fun/

2. Snap! for Hummingbird

  • What it is: A web-based, Scratch-style visual programming platform customized for controlling the Hummingbird Robotics Kit.
  • How it works:
    • Connect your Hummingbird via USB (and power), open the Snap! web app, and start dragging blocks—no installation required BirdBrain Technologies+1snap.birdbraintechnologies.com.
    • Ideal for building projects like burglar alarms, rainbow LEDs, and more BirdBrain Technologies.
  • Support: BirdBrain offers tech support, troubleshooting help, and setup guidance for Snap! with Hummingbird BirdBrain Technologies.
  • Link: https://snap.birdbraintechnologies.com/

3. Official Hummingbird Coding Website

  • What it offers: The BirdBrain Technologies hub for everything related to the Hummingbird Robotics Kit—materials, tutorials, and curriculum support.
  • Highlights:
    • Find programming guides, building instructions, educator resources, projects, and printables all in one place: BirdBrain Technologies.
  • Link: Navigate to the Hummingbird section on the BirdBrain Technologies site at birdbraintechnologies.com.
    • https://makecode.microbit.org/

Summary Table for Quick Copy

PlatformDescriptionBrowser Link
microBlocksLive, interactive block codinghttps://microblocks.fun/
Snap! for HummingbirdScratch-style coding for roboticshttps://snap.birdbraintechnologies.com/
BirdBrain (Hummingbird Coding Site)Official resource hubbirdbraintechnologies.com → Hummingbird section
https://makecode.microbit.org/

Aug 09 2025

The Tortoise and the Hare Race – Scratch Animation Project

In a recent Grade 5 class project, our students brought the classic fable “The Tortoise and the Hare“ to life using Scratch, a block-based programming platform developed by MIT. This hands-on activity combined storytelling, animation, and basic coding skills in a fun and engaging way.

Project Overview

The goal was simple: recreate the well-known race between the overconfident hare and the slow-but-steady tortoise — but with a twist: students were the animators and programmers! Using Scratch, students designed characters (sprites), programmed movement, and sequenced events to tell the story visually.

Story Summary

In the animation, the hare races ahead quickly, full of confidence. Thinking it has plenty of time to spare, the hare decides to take a nap midway through the race. Meanwhile, the determined tortoise keeps moving steadily forward without stopping. As the hare sleeps, the tortoise slowly but surely passes it — and wins the race, proving that perseverance beats arrogance.

What Students Learned

  • Basic coding concepts: motion, events, loops, timing
  • Storyboarding: planning the sequence of events before animating
  • Creativity: designing backgrounds, characters, and sound effects
  • Moral lessons: interpreting the story’s theme of persistence and humility

🎥 Final Animations

Each student added their own creative twist — some added cheering crowds, unique scenery, or even alternate endings! The finished animations were a joy to watch and showcased both technical skills and imagination.

👉 Check out the remix of Joy’s project here: [ Link Here]

Conclusion

This project was a wonderful way to blend computer science with classic literature. It helped students build confidence in programming while encouraging them to think critically and creatively.

“Slow and steady wins the race” — and in our class, every student was a winner for their hard work and creativity!

Aug 07 2025

Dino Runner by Ashbel remix

Dino Runner – Remixed by Washingtone!

One of our talented students(Ashbel) recently created a fun version of the classic Dino Runner game — and I had the chance to remix it with some new features!

🦖 What’s Dino Runner?
It’s a simple, fast-paced game where a dinosaur dodges obstacles to keep running. The original version was already fun, but I’ve added a few twists to make it even more exciting.

What’s New in the Remixed Version?

Winning Condition:
You now win the game when your score reaches 100. It’s a real challenge — can you do it?

Game Over Condition:
If the ball touches the dinosaur, the game ends instantly. Stay alert!

Dynamic Speed:
As your score increases, the game gets faster. This makes it more intense the longer you play!

Why This Matters

This remix is a great example of how creativity + code can turn a basic game into something more engaging. It’s also a fun way for students to:

  • Learn about game mechanics
  • Practice logic and conditional statements
  • Understand real-world applications of programming

Try It Yourself!

Want to give it a try? [Play the game or download it]

We’re proud of our student’s original version and excited about the remix. More fun and learning projects coming soon!

Jul 09 2025

Hog Hop – A Simple Jumping Game remix

Hog Hop is a fun, beginner-friendly Scratch game that teaches you the basics of game design and character control using simple programming blocks.

In this remix, you play as a cute hog who needs to hop over moving obstacles to avoid crashing. It’s a one-button game: press the spacebar to jump! The longer you play, the faster the obstacles come, making it more challenging and exciting.

This project is a remix of a simple jumping game created to help students:

  • Understand how events like “when space key pressed” work.
  • Use motion and gravity simulation (jump and fall).
  • Detect collisions between sprites (hog and obstacle).
  • Use loops, conditions (if, else), and variables like score or speed.
  • Customize sprites, backgrounds, and sounds.

Learning Objectives:

  • Learn basic Scratch programming skills.
  • Understand how to handle keyboard input and sprite interaction.
  • Modify and remix an existing game to make it your own.
  • Develop creativity by adding your own sounds, characters, or levels.

Try This!

  • Can you add background music?
  • Can you make the hog double jump?
  • What happens if you add more obstacles?

Subject: Computer Science / Coding / Scratch
Level: Suitable for Grade 4–8
Platform: Scratch

Jul 04 2025

Scratch Programming

Create stories, games, and animations. Share with others around the world.

  • 1
  • 2
  • 3
  • Next Page »

QUICK LINKS

Home

Contact Us

Student Portal

Privacy Policy

Data Controller Certificate

CONNECT WITH US 

Ngong Road Children’s Foundation

PO Box 1765-00502

Karen, Nairobi, Kenya

0792-745-612 (Mobile) [email protected]

Covenant Guest House Road, gate no.9

  • Facebook
  • Instagram
  • LinkedIn
  • Twitter
  • YouTube
OUR PARTNERS
Bimeda
Braeburn School
Kimfay
CFK Logo
Science Mill
Saf Foundation
© 2025 · Friends of Ngong Road, a 501(c)(3) nonprofit