184 Maze 2 370E66Bb
Mini Maze
How to play
Move the figure to the door with the arrow buttons. Walk on lit tiles only.
OK
Mini Maze
Premium H5
Complete the challenge by the rules. Tap Tutorial anytime; skip if you like.
Start
Tutorial
中
🔊
Bilingual Edition · Original Mechanic Design
Level
1
Score
0
Time
60
Pause
Restart
Tutorial
🔊
中
Cleared!
Score:
0
Next
Home
Failed
Score:
0
Retry
Home
How to play
Move the figure to the door with the arrow buttons. Walk on lit tiles only.
Close
/* WB-IRON-BOOT 2026-08-28 */ ;(function(){ function vis(el){ if(!el)return false; try{ var d=(window.getComputedStyle?getComputedStyle(el).display:(el.currentStyle?el.currentStyle.display:'block')); return d!=='none'&&d!=='hidden'; }catch(e){ return true; } } function boot(){ try{ var st=document.getElementById('screenStart'); var b=document.getElementById('btnStart'); if(st&&b&&vis(st)&&typeof b.click==='function') b.click(); }catch(e){} } boot(); ['btnHome','btnHome2','btnMenu','btnMenu2'].forEach(function(id){ var h=document.getElementById(id); if(!h)return; var o=h.onclick; if(typeof o!=='function')return; h.onclick=function(){ var r=o.apply(this,arguments); setTimeout(boot,60); return r; }; }); })();