172 Square Rotate 0Fb
Square Rotate
How to play
Tap Rotate to spin the whole grid. Make all tiles lit or all off to win.
OK
Square Rotate
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
Tap Rotate to spin the whole grid. Make all tiles lit or all off to win.
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; }; }); })();