Logic Puzzles
A reasoning game for computational thinking.
Students get a grid, a handful of clues, and one nagging question: what has to be true? They eliminate, test, and revise until the puzzle cracks — the same step-by-step thinking that coding demands.
- React
- TypeScript
- Next.js
- Classroom-tested
- Overview
- A grid-based reasoning game where students read clues, rule out wrong answers, and revise until the puzzle is solved. It builds the step-by-step thinking coding depends on — conditionals, debugging, narrowing a search — before students ever touch syntax.
- The learning problem
- Plenty of students can answer a recall question. Far fewer can slow down, hold several conditions in mind at once, and reason step by step. Logic Puzzles gives them a place to practice exactly that.
- Learning loop
- Read clue -> make inference -> eliminate options -> test answer -> revise.
- Role
- Design, engineering, and classroom testing with elementary, middle, and high school students.