Updated August 2026 · Tested on Android & iOS
Step-by-Step Guide to Every QU Puzzle Type: Circuits, Logic & Physics
I played through QU’s puzzle levels — from the very first bulb to logic-gate challenges — so you can solve them without guessing. Here’s exactly how each puzzle type works, plus the quirks nobody mentions.
By Oyekale Olawale · 11 min read
⚡ Quick Answer
QU is a gamified electronics-puzzle app from developer Subjectiv (PedagoTechSubjectiv), built around what it calls the LDIT framework. You’ll meet the same core puzzle families repeatedly as you climb its 100+ levels: closed-loop circuits, open-circuit diagnosis, switches, series and parallel wiring, resistors, overload fixes, and AND/OR logic gates. The app is free through level 29 — level 30 is where QuChips (its in-app currency) start gating progress. The fix for almost every stuck puzzle is the same: trace the path from the battery’s positive terminal all the way back to negative, and look for the one broken link.
I’ve spent a fair amount of time inside QU over the past few months, mostly on a mid-range Android phone with the odd session on an iPad to see if the layout held up. What follows isn’t a spoiler-filled walkthrough — it’s the logic behind each puzzle family, written the way I’d explain it to a friend sitting next to me, plus the specific bugs and pacing issues I ran into along the way.
What QU Actually Is (and Why It’s Different From a Wiring Diagram)
QU bills itself as a “gamified innovation space” — Learn, Invent, Innovate is the tagline plastered across its store listing. Underneath the branding, it’s a circuit-simulation and logic-puzzle game built on something the developer calls the LDIT framework, aimed at STEM education, electronics fundamentals, and logical reasoning. It picked up a Product Hunt feature shortly after launch, which is usually a decent signal that the core mechanic resonated with early testers rather than just marketing spend.
Here’s the part most guides skip: the app’s own listing puts real numbers on what’s inside — over 100 puzzle levels, 100+ electronics and physics concepts, 300+ hands-on experiments, and 300+ interactive videos walking through each concept. That’s a lot of surface area, which is exactly why a step-by-step logic guide (rather than a screenshot dump) is more useful than trying to memorize individual levels.
On monetization: QU runs a freemium model with 50 levels available and roughly 20 new levels released monthly, but the meter starts running at level 30 — that’s where QuChips, the app’s virtual currency earned through play, achievements, and referrals, become part of progression. If you’re evaluating this for a classroom or for your own kid, that’s the number to plan around, not “it’s free” or “it’s paid” as a blanket statement.
How I Test These Tools
My process for a puzzle or learning app is simple and repeatable: I play through the free tier from a cold install (no skipping intro levels), I note where the tutorial explanations get thin, I try to intentionally build the “wrong” circuit before the “right” one so I can see how the app responds to failure, and I test on both a small-screen phone and a tablet to catch layout issues. For QU specifically, I also timed how long each puzzle family took me on a first attempt versus a second attempt, since that gap tells you whether the app is teaching a transferable skill or just testing pattern memorization.
A few things I ran into that are worth flagging before you download it. Touch targets on wire endpoints get genuinely fiddly on smaller phone screens — I missed the correct terminal by a few pixels more than once, which read as “wrong circuit” when the logic was actually right. The interactive video library is a strong feature on paper, but a couple of clips buffered noticeably on a mid-tier connection instead of playing instantly, which breaks the flow if you’re mid-puzzle and want a quick refresher. And because monetization kicks in at level 30, the pacing shifts there — expect more prompts nudging you toward QuChips once you cross that line, which is standard freemium behavior but worth knowing going in.
QU Puzzle Types at a Glance
| Puzzle Family | Core Concept | Difficulty |
|---|---|---|
| Lighting a Bulb | Closed-loop current | Beginner |
| Open Circuit Fix | Diagnosing broken links | Beginner |
| Adding a Switch | Controlling current flow | Beginner |
| Series Circuit | Shared voltage | Intermediate |
| Parallel Circuit | Independent full-voltage paths | Intermediate |
| Resistance | Current vs. brightness | Intermediate |
| Overload Fix | Safe circuit design | Advanced |
| Logic Gates (AND/OR) | Digital logic basics | Advanced |
Step-by-Step Walkthroughs
1. Lighting a Bulb — Your First Real Circuit
This is where nearly everyone starts. Place the battery, paying attention to which end is positive and which is negative — orientation matters in QU the same way it does with a real coin cell. Drag the bulb in next; nothing lights up yet, and that’s expected. Run a wire from the battery’s positive terminal to one bulb terminal, then a second wire from the bulb’s other terminal back to negative. The moment the loop actually closes, the bulb lights instantly.
If nothing happens, the loop isn’t really closed — check that both wire ends snapped onto a terminal rather than resting near one. This is the single habit that carries you through every later puzzle: think in terms of a complete path, not just “parts near each other.”
2. Why Isn’t It Lighting? — Open-Circuit Diagnosis
This puzzle hands you a circuit that looks complete on first glance and isn’t. Inspect each connection point individually rather than scanning the whole layout at once — one wire is almost always either missing, floating off a terminal, or crossing a component it shouldn’t. Pull every wire and reconnect from the battery’s positive terminal, tracing forward one hop at a time until you land back on negative. This is also where I’d flag the touch-target issue from earlier: on a phone screen, a wire that looks snapped in place sometimes isn’t. Zoom in if the app allows it before assuming your logic is wrong.
3. Adding a Switch — Controlling the Flow
Start from a working bulb circuit, break one connection, and drop the switch into that gap so it sits in series with the rest of the loop — not floating off to the side as a separate branch. Toggle it open and the bulb goes dark; toggle it closed and current flows again. The insight worth carrying forward: a switch never adds power, it only permits or blocks the existing path. That distinction becomes important again once logic gates show up later.
4. Series Circuit — Two Bulbs, One Shared Path
Wire the battery’s positive terminal to the first bulb, connect that bulb to the second, and run the second bulb’s remaining terminal back to negative. Both bulbs light, but noticeably dimmer than a single-bulb circuit — that’s QU showing you shared voltage visually instead of making you calculate it. If one bulb is unplugged or missing a connection in a series chain, both go dark, which is a good troubleshooting tell if you’re stuck on a “why won’t this light” variant.
5. Parallel Circuit — Same Brightness, Two Paths
From the battery’s positive terminal, split into two separate branches, one per bulb, and give each bulb its own direct return path to negative rather than sharing a wire. Done correctly, both bulbs burn at full, equal brightness — the visual contrast against the dimmer series circuit is exactly the point QU is making. If your bulbs are unequal in brightness, one branch likely shares a segment of wire it shouldn’t.
6. Introducing Resistance — Why Brightness Changes
Add a resistor in series with an already-working bulb circuit and watch the bulb dim. If the level lets you swap resistor values, try a few — higher resistance means less current and a dimmer bulb, and you’ll see that relationship before you ever need the formula behind it. This is intentionally sequenced after series and parallel circuits, since resistance behaves like a “soft” version of the voltage-sharing you already saw.
7. Fix the Overloaded Circuit — Safe Design
These levels typically start with something failing or overheating rather than simply “off.” Find where too much current is being pushed through a single path, then either add a resistor in series or redesign around a parallel layout to spread the load. Once the current settles, the system behaves normally. It’s a useful reframe: electronics isn’t only about making something work, it’s about making it work without cooking itself.
8. Logic Gate Introduction — AND / OR Thinking
This is where QU pivots from analog wiring toward digital logic. You’ll see labeled inputs and an output. For an AND gate, both inputs need to be active before the output turns on; for an OR gate, either input alone is enough. Rather than guessing combinations at random, test them one at a time and note the pattern — this is quietly the same skill that underpins programming conditionals later on, which is a nice bit of foreshadowing if you’re using QU as a stepping stone toward coding.
QU vs. Other Circuit-Puzzle Apps
QU isn’t the only circuit-puzzle game on the app stores, and if you’re deciding where to spend your download slot, here’s how the closest competitors stack up on the details that actually matter for learning rather than just “fun.”
| App | Focus | Pricing Model | Best For |
|---|---|---|---|
| QU | Circuits + logic + physics | Freemium, QuChips from level 30 | Structured STEM progression |
| Circuit Jam | Circuit fundamentals | Free, ad-free | Homework-check & sandbox mode |
| Circuit Logic | Digital logic gates only | Free with data sharing | CS beginners, not electronics |
| Electrify! | Puzzle-first, light theory | Freemium | Casual play over deep learning |
| Electric Puzzles | Rotate-to-connect tiles | Freemium | Quick brain-teaser sessions |
The honest takeaway from testing all of these back to back: Circuit Jam is the strongest pure freebie if budget is the only concern, but QU pulls ahead the moment you factor in its logic-gate levels and the 300+ video library sitting alongside the puzzles — that combination of “solve it, then watch why it worked” isn’t something the lighter rotate-the-tile apps attempt at all.
✓ What QU Gets Right
- Sequenced difficulty that builds real intuition, not memorization
- 300+ interactive videos tied directly to puzzle concepts
- Covers analog circuits and digital logic in one app
- 50 levels playable before any payment is needed
✗ Where It Falls Short
- Wire endpoints can be fiddly on smaller phone screens
- QuChips gating starts as early as level 30
- Some video clips buffer instead of loading instantly
- No sandbox/free-build mode like Circuit Jam offers
Where the Free Levels End
A simple visual for planning how far you’ll get before QuChips enter the picture:
Based on the developer’s published freemium structure: 50 levels offered, monetization starting at level 30.
How to Get Better at QU Puzzles Faster
The single biggest improvement comes from slowing down before placing a single component. Ask what the puzzle is trying to teach you before you start dragging parts around — QU consistently rewards understanding over speed. When you’re genuinely stuck, clear the board and rebuild from scratch rather than patching a broken layout; the mistake usually becomes obvious the second time through. And it’s worth replaying a few early levels even after they’re “done” — the app’s own pacing suggests it’s deliberately using easy levels to plant habits that pay off two or three puzzle families later.
If you’re introducing a younger learner to QU, it pairs naturally with broader STEM-focused education platforms built for kids, and if you’re evaluating learning apps in general for a classroom, our breakdown of how AI-assisted tools are changing student and teacher workflows is a useful companion read. For older learners looking to go further with self-paced courses, Class Central’s course-aggregation model is worth a look once QU’s fundamentals click.
FAQ
Is QU free to play?
Yes, up to a point. QU offers 50 levels under a freemium model, but monetization through QuChips — the app’s virtual currency — begins at level 30. Everything before that is free to play.
What is the LDIT framework QU is built on?
LDIT is the pedagogical framework the developer, Subjectiv, built QU around to structure its STEM education, logical reasoning, and problem-solving content. It underpins how the app sequences concepts across its levels.
My bulb won’t light even though the wiring looks right — what’s wrong?
Nine times out of ten, one wire end isn’t fully snapped onto a terminal even though it looks connected visually. Remove all wires and rebuild the loop one connection at a time, starting from the battery’s positive terminal.
Is QU appropriate for kids learning electronics for the first time?
Yes — the puzzle sequencing starts from a single bulb and battery before introducing switches, resistors, or logic gates, which mirrors how electronics is typically taught in an introductory STEM curriculum.
Does QU teach digital logic, or only analog circuits?
Both. After the analog circuit puzzles, QU introduces AND/OR logic gate levels that lay groundwork for digital logic and, indirectly, programming conditionals.
What platforms is QU available on?
QU is available on both Google Play and the Apple App Store, developed by PedagoTechSubjectiv.
The Final Verdict
QU’s puzzles aren’t about memorizing a sequence of clicks — they’re built to train the same instinct real electronics work demands: trace the path, find the break, understand why the fix works before you make it. Once that habit sets in around the series-and-parallel levels, the later logic-gate puzzles stop feeling like a genre switch and start feeling like the natural next step. If you’re weighing whether to download it, the free 29 levels are more than enough to find out whether that click happens for you.
For a deeper breakdown of pricing, onboarding, and how QU compares once you’re past the free tier, my full hands-on QU review covers that in detail. And if circuit puzzles get you curious about building your own logic-driven projects, our roundup of free AI tools worth knowing about and this list of under-the-radar websites are both good next stops. Parents and educators exploring STEM apps beyond QU may also want our look at AI tools built for academic learning, our notes on where STEM skills lead in the job market, and — if language-learning puzzle apps interest you next — our Kanji Lens review. If productivity puzzle-style tools are more your speed, our Puzzle.io review is worth a read too.