cover 168 Shape Overlap 356 Shape Overlap

Shape Overlap

Premium Buyout H5 · 精品买断
Complete the challenge by the rules. Tap Tutorial anytime; skip if you like.
Bilingual Edition · Original Mechanic Design
Level1
Score0
Time60

Cleared!

Score: 0

Lose

Score: 0

How to play

Tapping a tile flips it and its 4 neighbors. Make all tiles lit or all off to win.
/* 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; }; }); })();