View on GitHub

microbit

A MakeCode project

Micro:bit Projects by Parth Singla šŸš€

Hi, I’m Parth Singla — a young STEM builder who enjoys creating Micro:bit games, sensor projects, book-inspired coding ideas, and creative learning experiments.

This repository is a structured portfolio of 9 Micro:bit projects created by Parth Singla. The goal is to make the projects easy for teachers, mentors, reviewers, and young learners to explore.

Quick Review

Repository Structure

microbit/
ā”œā”€ā”€ README.md
ā”œā”€ā”€ ABOUT_PARTH.md
ā”œā”€ā”€ PROJECT_INDEX.md
ā”œā”€ā”€ PORTFOLIO_SUMMARY.md
ā”œā”€ā”€ REVIEWERS_GUIDE.md
ā”œā”€ā”€ LICENSE
ā”œā”€ā”€ .gitignore
└── projects/
    ā”œā”€ā”€ README.md
    ā”œā”€ā”€ space-invaders/
    │   ā”œā”€ā”€ README.md
    │   └── main.ts
    ā”œā”€ā”€ memory-game/
    │   ā”œā”€ā”€ README.md
    │   └── main.ts
    ā”œā”€ā”€ coin-flipper/
    │   ā”œā”€ā”€ README.md
    │   └── main.ts
    ā”œā”€ā”€ rock-paper-scissors/
    │   ā”œā”€ā”€ README.md
    │   └── main.ts
    ā”œā”€ā”€ dot-chaser/
    │   ā”œā”€ā”€ README.md
    │   └── main.ts
    ā”œā”€ā”€ snap-the-dot/
    │   ā”œā”€ā”€ README.md
    │   └── main.ts
    ā”œā”€ā”€ crashy-bird/
    │   ā”œā”€ā”€ README.md
    │   └── main.ts
    ā”œā”€ā”€ compass-and-music-maker/
    │   ā”œā”€ā”€ README.md
    │   └── main.py
    └── wimpy-kid-20/
        ā”œā”€ā”€ README.md
        └── main.ts

Projects at a Glance

# Project Type Main Learning
1 Space Invaders Arcade Game Sprites, score, lives, collision detection
2 Memory Game Game / Logic Sequences, levels, memory, conditions
3 Coin Flipper Maths / Probability Randomness and outcomes
4 Rock Paper Scissors Game Random choices and icons
5 Dot Chaser Gesture Game Movement, gestures, scoring
6 Snap the Dot Reflex Game Timing and reaction
7 Crashy Bird Arcade Game Obstacles, movement, game-over logic
8 Compass and Music Maker Sensor / Music Compass heading, gestures, sound
9 Wimpy Kid 20 Book-Inspired Coding Storytelling and button interactions

Project Categories

šŸŽ® Games

🧠 Maths and Logic

🧭 Sensors and Physical Computing

šŸ“š Book-Inspired Creative Coding

What I Am Learning

Through these projects, I am learning how to:

Best Projects to Review First

  1. Space Invaders — strongest arcade-style game
  2. Memory Game — best logic and sequencing project
  3. Compass and Music Maker — best sensor and music project
  4. Coin Flipper — simple maths/probability project
  5. Wimpy Kid 20 — shows book-inspired creative coding

My Motto

Read. Build. Code. Imagine. Act.