Back to feed
Dev.to
Dev.to
5/11/2026
Built two browser puzzle games

Built two browser puzzle games

Original: I Built 2 Browser Puzzle Games from Scratch A deep-dive into building Color Sort Puzzle and Block Blast

Short summary

The author built two browser-based puzzle games—Color Sort (liquid sorting) and Block Blast (Tetris-style placement)—using React and CSS without game engines. Technical highlights include solvable-level validation logic, a 3×3 proximity search for crowded mobile boards, Web Audio API sound synthesis (zero audio files), and non-passive touch listeners to freeze scrolling during gameplay. Both games are live at 7x.games as part of a 150+ original game project.

  • Built 2 puzzle games (Color Sort, Block Blast) with React + CSS, no game engines
  • Solved key challenges: solvable level validation, proximity search for mobile UX, Web Audio synthesis, non-passive touch handling
  • Live at 7x.games; project targets 150+ original games

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Explore more