DEV Community

Cover image for Puzzleet: Turning Algorithm Practice into a Playground for Logical Gaming
Andriy Kudelya
Andriy Kudelya

Posted on

Puzzleet: Turning Algorithm Practice into a Playground for Logical Gaming

LeetCode was testing my memory of solutions, not my problem-solving skills.
So I built Puzzleet — a platform where you solve algorithmic puzzles by assembling real code like a jigsaw.
How it works:
• You get 3 lives to complete each challenge
• Use smart hints when you get stuck
• Focus entirely on programming logic, not syntax
I built it with TypeScript & React because learning should be engaging, not another chore.
Try it here: https://puzzleet.com
What would make algorithm practice actually useful for you?

Top comments (0)