Maker tech hub — AI · 3D print · Pi · ESP32 · plus the classic tech archive.

Free ESP32 kit · Books · Network Ninja · Archive

Classic tech archive. From the original averyjparker.com tech blog — historical context; pair with modern guides where noted. Full archive · Maker projects · Network Ninja

Classic tip · Classic

Challenging javascript game

Just found this fairly challenging javascript game escape. You control a square and try to avoid touching 4 moving blocks (and the walls). It's fairly tricky - I made it to 32.something seconds after…

Written by

Avery J. Parker

IT veteran, maker educator, and author of Network Ninja, 3D Printing Mastery, and AI Workflow Mastery. Business IT: Diversified Tech Solutions.

Just found this fairly challenging javascript game escape. You control a square and try to avoid touching 4 moving blocks (and the walls). It's fairly tricky - I made it to 32.something seconds after a couple tries though. Just what I needed for a few moments this afternoon.


This takes slightly more delicate movements than many of the games I'm used to playing. That's part of what makes it challenging. Avoid a block is easy - but reacting without hitting the wall - that's a bit more tricky.

Thanks to DON'T CODE TODAY WHAT YOU CAN'T DEBUG TOMORROW for the link.