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
- Creator: Parth Singla
- Focus: Micro:bit coding, games, sensors, probability, music, and creative STEM
- About Parth:
ABOUT_PARTH.md - Project index:
PROJECT_INDEX.md - Main folder:
projects/ - Portfolio summary:
PORTFOLIO_SUMMARY.md - Reviewer guide:
REVIEWERS_GUIDE.md - License:
MIT License - Tools used: BBC Micro:bit, Microsoft MakeCode, TypeScript / Blocks, and MicroPython
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
- Space Invaders
- Memory Game
- Rock Paper Scissors
- Dot Chaser
- Snap the Dot
- Crashy Bird
š§ Maths and Logic
- Coin Flipper
- Memory Game
- Rock Paper Scissors
š§ Sensors and Physical Computing
- Compass and Music Maker
- Dot Chaser
š Book-Inspired Creative Coding
- Wimpy Kid 20
What I Am Learning
Through these projects, I am learning how to:
- Build interactive games on the BBC Micro:bit
- Use buttons, gestures, LEDs, sprites, and sensors
- Use randomness and probability in code
- Create scoring, levels, lives, and game-over conditions
- Explain coding projects in a simple and readable way
- Connect coding with books, creativity, and STEM learning
Best Projects to Review First
- Space Invaders ā strongest arcade-style game
- Memory Game ā best logic and sequencing project
- Compass and Music Maker ā best sensor and music project
- Coin Flipper ā simple maths/probability project
- Wimpy Kid 20 ā shows book-inspired creative coding
My Motto
Read. Build. Code. Imagine. Act.