@roudanio/maze 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/maze.css CHANGED
@@ -1 +1 @@
1
- .maze-game-container{position:relative;box-sizing:border-box}.maze-game-container .maze-game-canvas{width:100%;height:100%;aspect-ratio:1 / 1;background-color:#fff;transition:opacity .1s ease}.maze-game-container button{padding:8px 16px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .2s}.maze-game-container button:hover{background-color:#45a049}.maze-game-container button:disabled{background-color:#ccc;cursor:not-allowed}.maze-game-container .maze-canvas-container{position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.maze-game-container .maze-touch-area{position:absolute;width:100%;height:100%;opacity:0}.maze-game-container .maze-up{clip-path:polygon(10% 0,90% 0,50% 40%);top:0}.maze-game-container .maze-down{clip-path:polygon(10% 100%,90% 100%,50% 60%);bottom:0}.maze-game-container .maze-left{clip-path:polygon(0 10%,40% 50%,0 90%);top:0;left:0}.maze-game-container .maze-right{clip-path:polygon(100% 10%,60% 50%,100% 90%);top:0;right:0}.maze-game-container .toast-container{position:absolute;pointer-events:none;width:100%;display:flex;justify-content:center;align-items:center;z-index:1000}.maze-game-container .toast-container.position-top{top:10px;left:0;right:0}.maze-game-container .toast-container.position-center{inset:0}.maze-game-container .toast-container.position-bottom{bottom:10px;left:0;right:0}.maze-game-container .toast-message{font-size:16px;font-weight:700;text-align:center;background-color:#f5f5f5;padding:8px 12px;border-radius:8px;box-shadow:0 2px 4px #0003;width:fit-content;max-width:90%;transition:opacity .3s ease,transform .3s ease;opacity:0;transform:translateY(-10px);pointer-events:none}.maze-game-container .toast-message.toast-visible{opacity:1;transform:translateY(0)}.maze-game-container .toast-message.type-success{background-color:#e8f5e9;color:#4caf50}.maze-game-container .toast-message.type-info{background-color:#e3f2fd;color:#2196f3}.maze-game-container .toast-message.type-warning{background-color:#fff8e1;color:#ff9800}.maze-game-container .toast-message.type-error{background-color:#ffebee;color:#f44336}.maze-game-container .game-panel-container{margin-bottom:15px;font-size:16px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:12px 15px 15px;transition:all .3s ease;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.maze-game-container .game-controls{display:flex;flex-direction:column;align-items:start;gap:12px}.maze-game-container .selectors-container{display:flex;justify-content:center;align-items:center;gap:10px;border-radius:10px}.maze-game-container :is(.tier-dropdown,.level-dropdown){padding:8px 12px;border-radius:8px;border:2px solid #3498db;background-color:#f8f9fa;color:#333;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 2px 4px #0000001a;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px top 50%;background-size:10px auto;min-width:120px;transition:all .3s ease;outline:none}.maze-game-container .level-dropdown{border-color:#9b59b6}.maze-game-container .score-container{display:flex;flex-direction:row;gap:6px}.maze-game-container .game-settings{display:flex;align-items:center;justify-content:center}.maze-game-container .game-settings .game-settings-icon{width:32px;height:32px;cursor:pointer}.maze-game-container .maze-dialog-content{margin-bottom:15px}.maze-game-container .settings-item-box{padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;align-items:start;gap:20px;text-align:left}.maze-game-container .settings-item-tip{color:#555}.maze-game-container :is(.settings-reset-button,.settings-clue-button){background-color:#aaa;color:#fff;cursor:pointer;transition:all .2s;border:none;outline:none;box-shadow:0 1px 3px #0003}.maze-game-container :is(.settings-reset-button,.settings-clue-button):hover{background-color:#d32f2f;box-shadow:0 2px 5px #0000004d}.maze-game-container :is(.settings-reset-button,.settings-clue-button):active{transform:scale(.95)}.maze-game-container .settings-clue-button.clue-on{background-color:#ff9800}.maze-game-container .settings-clue-button:hover{background-color:#ff9800;box-shadow:0 2px 5px #0000004d}.maze-game-container .settings-clue-button:active{transform:scale(.95)}.maze-game-container .score-box{display:flex;flex-direction:row;align-items:center;gap:8px;padding:4px 10px;border-radius:16px}.maze-game-container .score-box.totalscore{background-color:#f3e5f5}.maze-game-container .score-box.currentscore{background-color:#e8f5e9}.maze-game-container .score-box.bestscore{background-color:#fff3e0}.maze-game-container .score-label{font-weight:700;color:#333;font-size:13px}.maze-game-container .score-data{font-weight:700;font-size:16px}.maze-game-container .totalscore .score-data{color:#9c27b0}.maze-game-container .currentscore .score-data{color:#4caf50}.maze-game-container .bestscore .score-data{color:#ff9800}.maze-game-container .maze-dialog-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.maze-game-container .maze-dialog-overlay.maze-dialog-visible{opacity:1;visibility:visible}.maze-game-container .maze-dialog-overlay.maze-dialog-visible .maze-dialog{transform:translateY(0)}.maze-game-container .maze-dialog{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;width:300px;max-width:90%;padding:20px;text-align:center;transform:translateY(-20px);transition:transform .3s}.maze-game-container .maze-dialog-title{font-size:18px;font-weight:700;margin-bottom:10px;color:#333}.maze-game-container .maze-dialog-message{font-size:14px;margin-bottom:20px;color:#666;line-height:1.5}.maze-game-container .maze-dialog-buttons{display:flex;justify-content:center;gap:10px}.maze-game-container .maze-dialog-cancel{background-color:#f1f1f1;color:#333;font-size:14px}.maze-game-container .maze-dialog-cancel:hover{background-color:#e1e1e1}.maze-game-container .maze-dialog-confirm{background-color:#f44336;color:#fff;font-size:14px}.maze-game-container .maze-dialog-confirm:hover{background-color:#d32f2f}
1
+ .maze-game-container{position:relative;box-sizing:border-box;display:flex;flex-direction:column;width:100%}.maze-game-container button{padding:8px 16px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .2s}.maze-game-container button:hover{background-color:#45a049}.maze-game-container button:disabled{background-color:#ccc;cursor:not-allowed}.maze-game-container .maze-canvas-container{position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;width:100%}.maze-game-container .maze-game-canvas{width:100%;height:100%;aspect-ratio:1 / 1;background-color:#fff;transition:opacity .1s ease}.maze-game-container .maze-touch-area{position:absolute;width:100%;height:100%;opacity:0}.maze-game-container .maze-up{clip-path:polygon(10% 0,90% 0,50% 40%);top:0}.maze-game-container .maze-down{clip-path:polygon(10% 100%,90% 100%,50% 60%);bottom:0}.maze-game-container .maze-left{clip-path:polygon(0 10%,40% 50%,0 90%);top:0;left:0}.maze-game-container .maze-right{clip-path:polygon(100% 10%,60% 50%,100% 90%);top:0;right:0}.maze-game-container .toast-container{position:absolute;pointer-events:none;width:100%;display:flex;justify-content:center;align-items:center;z-index:1000}.maze-game-container .toast-container.position-top{top:10px;left:0;right:0}.maze-game-container .toast-container.position-center{inset:0}.maze-game-container .toast-container.position-bottom{bottom:10px;left:0;right:0}.maze-game-container .toast-message{font-size:16px;font-weight:700;text-align:center;background-color:#f5f5f5;padding:8px 12px;border-radius:8px;box-shadow:0 2px 4px #0003;width:fit-content;max-width:90%;transition:opacity .3s ease,transform .3s ease;opacity:0;transform:translateY(-10px);pointer-events:none}.maze-game-container .toast-message.toast-visible{opacity:1;transform:translateY(0)}.maze-game-container .toast-message.type-success{background-color:#e8f5e9;color:#4caf50}.maze-game-container .toast-message.type-info{background-color:#e3f2fd;color:#2196f3}.maze-game-container .toast-message.type-warning{background-color:#fff8e1;color:#ff9800}.maze-game-container .toast-message.type-error{background-color:#ffebee;color:#f44336}.maze-game-container .game-panel-container{margin-bottom:15px;font-size:16px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:12px 15px 15px;transition:all .3s ease;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.maze-game-container .game-controls{display:flex;flex-direction:column;align-items:start;gap:12px}.maze-game-container .selectors-container{display:flex;justify-content:center;align-items:center;gap:10px;border-radius:10px}.maze-game-container .tier-dropdown,.maze-game-container .level-dropdown{padding:8px 12px;border-radius:8px;border:2px solid #3498db;background-color:#f8f9fa;color:#333;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 2px 4px #0000001a;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 12px top 50%;background-size:10px auto;min-width:120px;transition:all .3s ease;outline:none}.maze-game-container .level-dropdown{border-color:#9b59b6}.maze-game-container .score-container{display:flex;flex-direction:row;gap:6px}.maze-game-container .game-settings{display:flex;align-items:center;justify-content:center}.maze-game-container .game-settings .game-settings-icon{width:32px;height:32px;cursor:pointer}.maze-game-container .maze-dialog-content{margin-bottom:15px}.maze-game-container .settings-item-box{padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;align-items:start;gap:20px;text-align:left}.maze-game-container .settings-item-tip{color:#555}.maze-game-container .settings-reset-button,.maze-game-container .settings-clue-button{background-color:#aaa;color:#fff;cursor:pointer;transition:all .2s;border:none;outline:none;box-shadow:0 1px 3px #0003}:is(.maze-game-container .settings-reset-button,.maze-game-container .settings-clue-button):hover{background-color:#d32f2f;box-shadow:0 2px 5px #0000004d}:is(.maze-game-container .settings-reset-button,.maze-game-container .settings-clue-button):active{transform:scale(.95)}:is(.maze-game-container .settings-reset-button,.maze-game-container .settings-clue-button):disabled+.settings-item-tip{color:#999}.maze-game-container .settings-clue-button.clue-on{background-color:#ff9800}.maze-game-container .settings-clue-button:hover{background-color:#ff9800;box-shadow:0 2px 5px #0000004d}.maze-game-container .settings-clue-button:active{transform:scale(.95)}.maze-game-container .settings-clue-button:disabled{background-color:#ccc;cursor:not-allowed;pointer-events:none}.maze-game-container .score-box{display:flex;flex-direction:row;align-items:center;gap:8px;padding:4px 10px;border-radius:16px}.maze-game-container .score-box.totalscore{background-color:#f3e5f5}.maze-game-container .score-box.currentscore{background-color:#e8f5e9}.maze-game-container .score-box.bestscore{background-color:#fff3e0}.maze-game-container .score-label{font-weight:700;color:#333;font-size:13px}.maze-game-container .score-data{font-weight:700;font-size:16px}.maze-game-container .totalscore .score-data{color:#9c27b0}.maze-game-container .currentscore .score-data{color:#4caf50}.maze-game-container .bestscore .score-data{color:#ff9800}.maze-game-container .maze-dialog-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.maze-game-container .maze-dialog-overlay.maze-dialog-visible{opacity:1;visibility:visible}.maze-game-container .maze-dialog-overlay.maze-dialog-visible .maze-dialog{transform:translateY(0)}.maze-game-container .maze-dialog{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;width:300px;max-width:90%;padding:20px;text-align:center;transform:translateY(-20px);transition:transform .3s}.maze-game-container .maze-dialog-title{font-size:18px;font-weight:700;margin-bottom:10px;color:#333}.maze-game-container .maze-dialog-message{font-size:14px;margin-bottom:20px;color:#666;line-height:1.5}.maze-game-container .maze-dialog-buttons{display:flex;justify-content:center;gap:10px}.maze-game-container .maze-dialog-cancel{background-color:#f1f1f1;color:#333;font-size:14px}.maze-game-container .maze-dialog-cancel:hover{background-color:#e1e1e1}.maze-game-container .maze-dialog-confirm{background-color:#f44336;color:#fff;font-size:14px}.maze-game-container .maze-dialog-confirm:hover{background-color:#d32f2f}
package/dist/maze.iife.js CHANGED
@@ -1,17 +1,42 @@
1
- var Maze=function(){"use strict";var V,w,fe,U,me,ve,Z,pe,ee,te,oe,ge,R={},we=[],Ye=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,ne=Array.isArray;function $(t,e){for(var o in e)t[o]=e[o];return t}function re(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function Xe(t,e,o){var n,r,i,s={};for(i in e)i=="key"?n=e[i]:i=="ref"?r=e[i]:s[i]=e[i];if(arguments.length>2&&(s.children=arguments.length>3?V.call(arguments,2):o),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)s[i]===void 0&&(s[i]=t.defaultProps[i]);return B(t,s,n,r,null)}function B(t,e,o,n,r){var i={type:t,props:e,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:r??++fe,__i:-1,__u:0};return r==null&&w.vnode!=null&&w.vnode(i),i}function q(t){return t.children}function K(t,e){this.props=t,this.context=e}function D(t,e){if(e==null)return t.__?D(t.__,t.__i+1):null;for(var o;e<t.__k.length;e++)if((o=t.__k[e])!=null&&o.__e!=null)return o.__e;return typeof t.type=="function"?D(t):null}function Ce(t){var e,o;if((t=t.__)!=null&&t.__c!=null){for(t.__e=t.__c.base=null,e=0;e<t.__k.length;e++)if((o=t.__k[e])!=null&&o.__e!=null){t.__e=t.__c.base=o.__e;break}return Ce(t)}}function ie(t){(!t.__d&&(t.__d=!0)&&U.push(t)&&!Y.__r++||me!==w.debounceRendering)&&((me=w.debounceRendering)||ve)(Y)}function Y(){var t,e,o,n,r,i,s,c;for(U.sort(Z);t=U.shift();)t.__d&&(e=U.length,n=void 0,i=(r=(o=t).__v).__e,s=[],c=[],o.__P&&((n=$({},r)).__v=r.__v+1,w.vnode&&w.vnode(n),se(o.__P,n,r,o.__n,o.__P.namespaceURI,32&r.__u?[i]:null,s,i??D(r),!!(32&r.__u),c),n.__v=r.__v,n.__.__k[n.__i]=n,Te(s,n,c),n.__e!=i&&Ce(n)),U.length>e&&U.sort(Z));Y.__r=0}function ye(t,e,o,n,r,i,s,c,a,d,_){var l,h,u,m,C,g,p=n&&n.__k||we,v=e.length;for(a=je(o,e,p,a,v),l=0;l<v;l++)(u=o.__k[l])!=null&&(h=u.__i===-1?R:p[u.__i]||R,u.__i=l,g=se(t,u,h,r,i,s,c,a,d,_),m=u.__e,u.ref&&h.ref!=u.ref&&(h.ref&&le(h.ref,null,u),_.push(u.ref,u.__c||m,u)),C==null&&m!=null&&(C=m),4&u.__u||h.__k===u.__k?a=ke(u,a,t):typeof u.type=="function"&&g!==void 0?a=g:m&&(a=m.nextSibling),u.__u&=-7);return o.__e=C,a}function je(t,e,o,n,r){var i,s,c,a,d,_=o.length,l=_,h=0;for(t.__k=new Array(r),i=0;i<r;i++)(s=e[i])!=null&&typeof s!="boolean"&&typeof s!="function"?(a=i+h,(s=t.__k[i]=typeof s=="string"||typeof s=="number"||typeof s=="bigint"||s.constructor==String?B(null,s,null,null,null):ne(s)?B(q,{children:s},null,null,null):s.constructor===void 0&&s.__b>0?B(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=t,s.__b=t.__b+1,c=null,(d=s.__i=Je(s,o,a,l))!==-1&&(l--,(c=o[d])&&(c.__u|=2)),c==null||c.__v===null?(d==-1&&h--,typeof s.type!="function"&&(s.__u|=4)):d!=a&&(d==a-1?h--:d==a+1?h++:(d>a?h--:h++,s.__u|=4))):t.__k[i]=null;if(l)for(i=0;i<_;i++)(c=o[i])!=null&&!(2&c.__u)&&(c.__e==n&&(n=D(c)),Pe(c,c));return n}function ke(t,e,o){var n,r;if(typeof t.type=="function"){for(n=t.__k,r=0;n&&r<n.length;r++)n[r]&&(n[r].__=t,e=ke(n[r],e,o));return e}t.__e!=e&&(e&&t.type&&!o.contains(e)&&(e=D(t)),o.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType==8);return e}function Je(t,e,o,n){var r,i,s=t.key,c=t.type,a=e[o];if(a===null||a&&s==a.key&&c===a.type&&!(2&a.__u))return o;if(n>(a!=null&&!(2&a.__u)?1:0))for(r=o-1,i=o+1;r>=0||i<e.length;){if(r>=0){if((a=e[r])&&!(2&a.__u)&&s==a.key&&c===a.type)return r;r--}if(i<e.length){if((a=e[i])&&!(2&a.__u)&&s==a.key&&c===a.type)return i;i++}}return-1}function be(t,e,o){e[0]=="-"?t.setProperty(e,o??""):t[e]=o==null?"":typeof o!="number"||Ye.test(e)?o:o+"px"}function X(t,e,o,n,r){var i;e:if(e=="style")if(typeof o=="string")t.style.cssText=o;else{if(typeof n=="string"&&(t.style.cssText=n=""),n)for(e in n)o&&e in o||be(t.style,e,"");if(o)for(e in o)n&&o[e]===n[e]||be(t.style,e,o[e])}else if(e[0]=="o"&&e[1]=="n")i=e!=(e=e.replace(pe,"$1")),e=e.toLowerCase()in t||e=="onFocusOut"||e=="onFocusIn"?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+i]=o,o?n?o.u=n.u:(o.u=ee,t.addEventListener(e,i?oe:te,i)):t.removeEventListener(e,i?oe:te,i);else{if(r=="http://www.w3.org/2000/svg")e=e.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(e!="width"&&e!="height"&&e!="href"&&e!="list"&&e!="form"&&e!="tabIndex"&&e!="download"&&e!="rowSpan"&&e!="colSpan"&&e!="role"&&e!="popover"&&e in t)try{t[e]=o??"";break e}catch{}typeof o=="function"||(o==null||o===!1&&e[4]!="-"?t.removeAttribute(e):t.setAttribute(e,e=="popover"&&o==1?"":o))}}function ze(t){return function(e){if(this.l){var o=this.l[e.type+t];if(e.t==null)e.t=ee++;else if(e.t<o.u)return;return o(w.event?w.event(e):e)}}}function se(t,e,o,n,r,i,s,c,a,d){var _,l,h,u,m,C,g,p,v,b,z,S,P,F,M,E,L,x=e.type;if(e.constructor!==void 0)return null;128&o.__u&&(a=!!(32&o.__u),i=[c=e.__e=o.__e]),(_=w.__b)&&_(e);e:if(typeof x=="function")try{if(p=e.props,v="prototype"in x&&x.prototype.render,b=(_=x.contextType)&&n[_.__c],z=_?b?b.props.value:_.__:n,o.__c?g=(l=e.__c=o.__c).__=l.__E:(v?e.__c=l=new x(p,z):(e.__c=l=new K(p,z),l.constructor=x,l.render=Ze),b&&b.sub(l),l.props=p,l.state||(l.state={}),l.context=z,l.__n=n,h=l.__d=!0,l.__h=[],l._sb=[]),v&&l.__s==null&&(l.__s=l.state),v&&x.getDerivedStateFromProps!=null&&(l.__s==l.state&&(l.__s=$({},l.__s)),$(l.__s,x.getDerivedStateFromProps(p,l.__s))),u=l.props,m=l.state,l.__v=e,h)v&&x.getDerivedStateFromProps==null&&l.componentWillMount!=null&&l.componentWillMount(),v&&l.componentDidMount!=null&&l.__h.push(l.componentDidMount);else{if(v&&x.getDerivedStateFromProps==null&&p!==u&&l.componentWillReceiveProps!=null&&l.componentWillReceiveProps(p,z),!l.__e&&(l.shouldComponentUpdate!=null&&l.shouldComponentUpdate(p,l.__s,z)===!1||e.__v==o.__v)){for(e.__v!=o.__v&&(l.props=p,l.state=l.__s,l.__d=!1),e.__e=o.__e,e.__k=o.__k,e.__k.some(function(G){G&&(G.__=e)}),S=0;S<l._sb.length;S++)l.__h.push(l._sb[S]);l._sb=[],l.__h.length&&s.push(l);break e}l.componentWillUpdate!=null&&l.componentWillUpdate(p,l.__s,z),v&&l.componentDidUpdate!=null&&l.__h.push(function(){l.componentDidUpdate(u,m,C)})}if(l.context=z,l.props=p,l.__P=t,l.__e=!1,P=w.__r,F=0,v){for(l.state=l.__s,l.__d=!1,P&&P(e),_=l.render(l.props,l.state,l.context),M=0;M<l._sb.length;M++)l.__h.push(l._sb[M]);l._sb=[]}else do l.__d=!1,P&&P(e),_=l.render(l.props,l.state,l.context),l.state=l.__s;while(l.__d&&++F<25);l.state=l.__s,l.getChildContext!=null&&(n=$($({},n),l.getChildContext())),v&&!h&&l.getSnapshotBeforeUpdate!=null&&(C=l.getSnapshotBeforeUpdate(u,m)),c=ye(t,ne(E=_!=null&&_.type===q&&_.key==null?_.props.children:_)?E:[E],e,o,n,r,i,s,c,a,d),l.base=e.__e,e.__u&=-161,l.__h.length&&s.push(l),g&&(l.__E=l.__=null)}catch(G){if(e.__v=null,a||i!=null)if(G.then){for(e.__u|=a?160:128;c&&c.nodeType==8&&c.nextSibling;)c=c.nextSibling;i[i.indexOf(c)]=null,e.__e=c}else for(L=i.length;L--;)re(i[L]);else e.__e=o.__e,e.__k=o.__k;w.__e(G,e,o)}else i==null&&e.__v==o.__v?(e.__k=o.__k,e.__e=o.__e):c=e.__e=Qe(o.__e,e,o,n,r,i,s,a,d);return(_=w.diffed)&&_(e),128&e.__u?void 0:c}function Te(t,e,o){for(var n=0;n<o.length;n++)le(o[n],o[++n],o[++n]);w.__c&&w.__c(e,t),t.some(function(r){try{t=r.__h,r.__h=[],t.some(function(i){i.call(r)})}catch(i){w.__e(i,r.__v)}})}function Qe(t,e,o,n,r,i,s,c,a){var d,_,l,h,u,m,C,g=o.props,p=e.props,v=e.type;if(v=="svg"?r="http://www.w3.org/2000/svg":v=="math"?r="http://www.w3.org/1998/Math/MathML":r||(r="http://www.w3.org/1999/xhtml"),i!=null){for(d=0;d<i.length;d++)if((u=i[d])&&"setAttribute"in u==!!v&&(v?u.localName==v:u.nodeType==3)){t=u,i[d]=null;break}}if(t==null){if(v==null)return document.createTextNode(p);t=document.createElementNS(r,v,p.is&&p),c&&(w.__m&&w.__m(e,i),c=!1),i=null}if(v===null)g===p||c&&t.data===p||(t.data=p);else{if(i=i&&V.call(t.childNodes),g=o.props||R,!c&&i!=null)for(g={},d=0;d<t.attributes.length;d++)g[(u=t.attributes[d]).name]=u.value;for(d in g)if(u=g[d],d!="children"){if(d=="dangerouslySetInnerHTML")l=u;else if(!(d in p)){if(d=="value"&&"defaultValue"in p||d=="checked"&&"defaultChecked"in p)continue;X(t,d,null,u,r)}}for(d in p)u=p[d],d=="children"?h=u:d=="dangerouslySetInnerHTML"?_=u:d=="value"?m=u:d=="checked"?C=u:c&&typeof u!="function"||g[d]===u||X(t,d,u,g[d],r);if(_)c||l&&(_.__html===l.__html||_.__html===t.innerHTML)||(t.innerHTML=_.__html),e.__k=[];else if(l&&(t.innerHTML=""),ye(t,ne(h)?h:[h],e,o,n,v=="foreignObject"?"http://www.w3.org/1999/xhtml":r,i,s,i?i[0]:o.__k&&D(o,0),c,a),i!=null)for(d=i.length;d--;)re(i[d]);c||(d="value",v=="progress"&&m==null?t.removeAttribute("value"):m!==void 0&&(m!==t[d]||v=="progress"&&!m||v=="option"&&m!==g[d])&&X(t,d,m,g[d],r),d="checked",C!==void 0&&C!==t[d]&&X(t,d,C,g[d],r))}return t}function le(t,e,o){try{if(typeof t=="function"){var n=typeof t.__u=="function";n&&t.__u(),n&&e==null||(t.__u=t(e))}else t.current=e}catch(r){w.__e(r,o)}}function Pe(t,e,o){var n,r;if(w.unmount&&w.unmount(t),(n=t.ref)&&(n.current&&n.current!==t.__e||le(n,null,e)),(n=t.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(i){w.__e(i,e)}n.base=n.__P=null}if(n=t.__k)for(r=0;r<n.length;r++)n[r]&&Pe(n[r],e,o||typeof t.type!="function");o||re(t.__e),t.__c=t.__=t.__e=void 0}function Ze(t,e,o){return this.constructor(t,o)}function et(t,e,o){var n,r,i,s;e==document&&(e=document.documentElement),w.__&&w.__(t,e),r=(n=!1)?null:e.__k,i=[],s=[],se(e,t=e.__k=Xe(q,null,[t]),r||R,R,e.namespaceURI,r?null:e.firstChild?V.call(e.childNodes):null,i,r?r.__e:e.firstChild,n,s),Te(i,t,s)}function xe(t,e){var o={__c:e="__cC"+ge++,__:t,Consumer:function(n,r){return n.children(r)},Provider:function(n){var r,i;return this.getChildContext||(r=new Set,(i={})[e]=this,this.getChildContext=function(){return i},this.componentWillUnmount=function(){r=null},this.shouldComponentUpdate=function(s){this.props.value!==s.value&&r.forEach(function(c){c.__e=!0,ie(c)})},this.sub=function(s){r.add(s);var c=s.componentWillUnmount;s.componentWillUnmount=function(){r&&r.delete(s),c&&c.call(s)}}),n.children}};return o.Provider.__=o.Consumer.contextType=o}V=we.slice,w={__e:function(t,e,o,n){for(var r,i,s;e=e.__;)if((r=e.__c)&&!r.__)try{if((i=r.constructor)&&i.getDerivedStateFromError!=null&&(r.setState(i.getDerivedStateFromError(t)),s=r.__d),r.componentDidCatch!=null&&(r.componentDidCatch(t,n||{}),s=r.__d),s)return r.__E=r}catch(c){t=c}throw t}},fe=0,K.prototype.setState=function(t,e){var o;o=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=$({},this.state),typeof t=="function"&&(t=t($({},o),this.props)),t&&$(o,t),t!=null&&this.__v&&(e&&this._sb.push(e),ie(this))},K.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),ie(this))},K.prototype.render=q,U=[],ve=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Z=function(t,e){return t.__v.__b-e.__v.__b},Y.__r=0,pe=/(PointerCapture)$|Capture$/i,ee=0,te=ze(!1),oe=ze(!0),ge=0;var tt=0;function f(t,e,o,n,r,i){e||(e={});var s,c,a=e;if("ref"in a)for(c in a={},e)c=="ref"?s=e[c]:a[c]=e[c];var d={type:t,props:a,key:o,ref:s,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--tt,__i:-1,__u:0,__source:r,__self:i};if(typeof t=="function"&&(s=t.defaultProps))for(c in s)a[c]===void 0&&(a[c]=s[c]);return w.vnode&&w.vnode(d),d}var H,y,ce,Le,W=0,Ne=[],k=w,Se=k.__b,Me=k.__r,$e=k.diffed,Ae=k.__c,Ee=k.unmount,Ue=k.__;function j(t,e){k.__h&&k.__h(y,t,W||e),W=0;var o=y.__H||(y.__H={__:[],__h:[]});return t>=o.__.length&&o.__.push({}),o.__[t]}function A(t){return W=1,ot(We,t)}function ot(t,e,o){var n=j(H++,2);if(n.t=t,!n.__c&&(n.__=[We(void 0,e),function(c){var a=n.__N?n.__N[0]:n.__[0],d=n.t(a,c);a!==d&&(n.__N=[d,n.__[1]],n.__c.setState({}))}],n.__c=y,!y.u)){var r=function(c,a,d){if(!n.__c.__H)return!0;var _=n.__c.__H.__.filter(function(h){return!!h.__c});if(_.every(function(h){return!h.__N}))return!i||i.call(this,c,a,d);var l=n.__c.props!==c;return _.forEach(function(h){if(h.__N){var u=h.__[0];h.__=h.__N,h.__N=void 0,u!==h.__[0]&&(l=!0)}}),i&&i.call(this,c,a,d)||l};y.u=!0;var i=y.shouldComponentUpdate,s=y.componentWillUpdate;y.componentWillUpdate=function(c,a,d){if(this.__e){var _=i;i=void 0,r(c,a,d),i=_}s&&s.call(this,c,a,d)},y.shouldComponentUpdate=r}return n.__N||n.__}function N(t,e){var o=j(H++,3);!k.__s&&Re(o.__H,e)&&(o.__=t,o.i=e,y.__H.__h.push(o))}function I(t){return W=5,Fe(function(){return{current:t}},[])}function Fe(t,e){var o=j(H++,7);return Re(o.__H,e)&&(o.__=t(),o.__H=e,o.__h=t),o.__}function Ge(t,e){return W=8,Fe(function(){return t},e)}function De(t){var e=y.context[t.__c],o=j(H++,9);return o.c=t,e?(o.__==null&&(o.__=!0,e.sub(y)),e.props.value):t.__}function nt(){for(var t;t=Ne.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(J),t.__H.__h.forEach(ae),t.__H.__h=[]}catch(e){t.__H.__h=[],k.__e(e,t.__v)}}k.__b=function(t){y=null,Se&&Se(t)},k.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),Ue&&Ue(t,e)},k.__r=function(t){Me&&Me(t),H=0;var e=(y=t.__c).__H;e&&(ce===y?(e.__h=[],y.__h=[],e.__.forEach(function(o){o.__N&&(o.__=o.__N),o.i=o.__N=void 0})):(e.__h.forEach(J),e.__h.forEach(ae),e.__h=[],H=0)),ce=y},k.diffed=function(t){$e&&$e(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Ne.push(e)!==1&&Le===k.requestAnimationFrame||((Le=k.requestAnimationFrame)||rt)(nt)),e.__H.__.forEach(function(o){o.i&&(o.__H=o.i),o.i=void 0})),ce=y=null},k.__c=function(t,e){e.some(function(o){try{o.__h.forEach(J),o.__h=o.__h.filter(function(n){return!n.__||ae(n)})}catch(n){e.some(function(r){r.__h&&(r.__h=[])}),e=[],k.__e(n,o.__v)}}),Ae&&Ae(t,e)},k.unmount=function(t){Ee&&Ee(t);var e,o=t.__c;o&&o.__H&&(o.__H.__.forEach(function(n){try{J(n)}catch(r){e=r}}),o.__H=void 0,e&&k.__e(e,o.__v))};var He=typeof requestAnimationFrame=="function";function rt(t){var e,o=function(){clearTimeout(n),He&&cancelAnimationFrame(e),setTimeout(t)},n=setTimeout(o,100);He&&(e=requestAnimationFrame(o))}function J(t){var e=y,o=t.__c;typeof o=="function"&&(t.__c=void 0,o()),y=e}function ae(t){var e=y;t.__c=t.__(),y=e}function Re(t,e){return!t||t.length!==e.length||e.some(function(o,n){return o!==t[n]})}function We(t,e){return typeof e=="function"?e(t):e}const it=t=>({saveGameData(e){try{const o={highestUnlockedLevel:e.highestUnlockedLevel,levelScores:e.levelScores,totalScore:e.totalScore,currentLevel:e.currentLevel};localStorage.setItem(t,JSON.stringify(o))}catch(o){console.error("Failed to save maze game data:",o)}},loadGameData(){try{const e=localStorage.getItem(t);if(!e)return null;const o=JSON.parse(e);return{highestUnlockedLevel:o.highestUnlockedLevel,levelScores:o.levelScores,totalScore:o.totalScore,currentLevel:o.currentLevel,currentTier:Math.ceil(o.currentLevel/12),highestUnlockedTier:Math.ceil(o.highestUnlockedLevel/12)}}catch(e){return console.error("Failed to load maze game data:",e),null}},resetGameData(){try{localStorage.removeItem(t)}catch(e){console.error("Failed to reset game state:",e)}}}),Ie=xe(void 0),st=({children:t,config:e})=>{const o=I(e),n=it(e.lcPrefix+"score"),r=n.loadGameData(),[i,s]=A({currentLevel:1,highestUnlockedLevel:1,currentTier:1,highestUnlockedTier:1,currentScore:0,totalScore:0,levelScores:{},isGameActive:!0,levelTransitioning:!1,maze:null,playerPosition:{row:0,col:0},exitPosition:{row:0,col:0},foodPositions:[],playerPath:[],visitCounts:{},moveCount:0,playerAtExit:!1,foodCollected:0,totalFoodCount:0,showClue:!1,...r||{}});N(()=>{n.saveGameData(i)},[i.highestUnlockedLevel,i.levelScores,i.totalScore,i.currentLevel]);const c=()=>{n.resetGameData(),s(a=>({...a,currentLevel:1,highestUnlockedLevel:1,currentTier:1,highestUnlockedTier:1,currentScore:0,totalScore:0,levelScores:{},isGameActive:!0,levelTransitioning:!1,playerPath:[],visitCounts:{},moveCount:0,foodCollected:0,showClue:!1}))};return f(Ie.Provider,{value:{gameState:i,setGameState:s,config:o,resetGame:c},children:t})},Oe=()=>{const t=De(Ie);if(!t)throw new Error("useGameContext must be used within a GameProvider");return t},Ve=xe(void 0),lt=({children:t})=>{const[e,o]=A(null),[n,r]=A(!1),[i,s]=A("info"),[c,a]=A(null),d=Ge(()=>{r(!1),c&&(clearTimeout(c),a(null))},[c]),_=Ge((l,h="info",u=3e3)=>{if(n&&d(),o(l),s(h),r(!0),u>0){const m=setTimeout(()=>{r(!1)},u);a(m)}},[n,d]);return f(Ve.Provider,{value:{message:e,visible:n,type:i,showToast:_,hideToast:d},children:t})},de=()=>{const t=De(Ve);if(!t)throw new Error("useToast must be used within a ToastProvider");return t},ct=({i18n:t,totalTiers:e,currentTier:o,highestUnlockedTier:n,onTierChange:r,disabled:i})=>f("div",{className:"tier-selector",children:f("select",{value:o,onChange:s=>{s.target&&s.target.value&&r(Number(s.target.value))},disabled:i,className:"tier-dropdown",children:Array.from({length:e},(s,c)=>c+1).map(s=>f("option",{value:s,disabled:s>n,children:[t.tier," ",s]},`tier-${s}`))})}),at=({i18n:t,levelsPerTier:e,currentTier:o,currentLevel:n,highestUnlockedLevel:r,onLevelChange:i,disabled:s})=>f("div",{className:"level-selector",children:f("select",{value:n,onChange:c=>{c.target&&c.target.value&&i(Number(c.target.value))},disabled:s,className:"level-dropdown",children:Array.from({length:e},(c,a)=>(o-1)*e+a+1).map(c=>f("option",{value:c,disabled:c>r,children:[t.level," ",c]},`level-${c}`))})}),_e=({isOpen:t,title:e,message:o,children:n,noConfirm:r=!1,noCancel:i=!1,confirmText:s="OK",cancelText:c="Cancel",onConfirm:a,onCancel:d})=>{const _=I(null);return N(()=>{const l=h=>{h.key==="Escape"&&d?.()};return t&&document.addEventListener("keydown",l),()=>{document.removeEventListener("keydown",l)}},[t,d]),f("div",{className:`maze-dialog-overlay ${t?"maze-dialog-visible":""}`,children:f("div",{className:"maze-dialog",ref:_,children:[f("div",{className:"maze-dialog-title",children:e}),f("div",{className:"maze-dialog-content",children:n||f("div",{className:"maze-dialog-message",children:o})}),f("div",{className:"maze-dialog-buttons",children:[!i&&f("button",{className:"maze-dialog-cancel",onClick:d,children:c}),!r&&f("button",{className:"maze-dialog-confirm",onClick:a,children:s})]})]})})};function dt(t){return function(){let e=t+=1831565813;return e=Math.imul(e^e>>>15,e|1),e^=e+Math.imul(e^e>>>7,e|61),((e^e>>>14)>>>0)/4294967296}}const ue=[{size:8,seed:12345,method:"backtracking"},{size:8,seed:23456,method:"backtracking"},{size:8,seed:34567,method:"prims"},{size:8,seed:45678,method:"backtracking"},{size:9,seed:56789,method:"prims"},{size:9,seed:67890,method:"backtracking"},{size:9,seed:78901,method:"prims"},{size:9,seed:89012,method:"backtracking"},{size:10,seed:90123,method:"prims"},{size:11,seed:11111,method:"backtracking"},{size:12,seed:22222,method:"prims"},{size:13,seed:33333,method:"backtracking"},{size:12,seed:44444,method:"prims"},{size:12,seed:55555,method:"backtracking"},{size:12,seed:66666,method:"prims"},{size:12,seed:77777,method:"backtracking"},{size:13,seed:88888,method:"prims"},{size:13,seed:99999,method:"backtracking"},{size:13,seed:12121,method:"prims"},{size:14,seed:23232,method:"backtracking"},{size:15,seed:34343,method:"prims"},{size:16,seed:45454,method:"backtracking"},{size:17,seed:56565,method:"prims"},{size:18,seed:67676,method:"backtracking"},{size:19,seed:78787,method:"prims"},{size:20,seed:89898,method:"backtracking"},{size:21,seed:90909,method:"prims"},{size:22,seed:10101,method:"backtracking"},{size:23,seed:20202,method:"prims"},{size:25,seed:30303,method:"backtracking"},{size:27,seed:40404,method:"prims"},{size:29,seed:50505,method:"backtracking"},{size:31,seed:60606,method:"prims"},{size:33,seed:70707,method:"backtracking"},{size:37,seed:80808,method:"prims"},{size:40,seed:90909,method:"backtracking"},{size:41,seed:10111,method:"prims"},{size:42,seed:11121,method:"backtracking"},{size:43,seed:12131,method:"prims"},{size:44,seed:13141,method:"backtracking"},{size:45,seed:14151,method:"prims"},{size:46,seed:15161,method:"backtracking"},{size:47,seed:16171,method:"prims"},{size:48,seed:17181,method:"backtracking"},{size:49,seed:18191,method:"prims"},{size:50,seed:19201,method:"backtracking"},{size:51,seed:20211,method:"prims"},{size:52,seed:21221,method:"backtracking"},{size:53,seed:22231,method:"prims"},{size:54,seed:23241,method:"backtracking"},{size:55,seed:24251,method:"prims"},{size:56,seed:25261,method:"backtracking"},{size:57,seed:26271,method:"prims"},{size:58,seed:27281,method:"backtracking"},{size:59,seed:28291,method:"prims"},{size:60,seed:29301,method:"backtracking"},{size:62,seed:30311,method:"prims"},{size:64,seed:31321,method:"backtracking"},{size:66,seed:32331,method:"prims"},{size:68,seed:33341,method:"backtracking"}],he={lcPrefix:"maze-",i18n:{reset:"Reset",resetTip:"Reset all game data and highest score.",total:"Total",levelScore:"Level Score",bestScore:"Best Score",confirmReset:"Confirm Reset",confirmResetMessage:"Are you sure you want to reset the game? All progress will be lost.",cancel:"Cancel",close:"Close",confirm:"Confirm",resetDoneToast:"Game reset! Starting from Level 1...",confirmClue:"Confirm to turn on clue?",confirmClueMessage:"Are you sure you want to turn on clue? Your current score will be halved.",level:"Level",tier:"Tier",settings:"Settings",clueOn:"Clue: ON",clueOff:"Clue: OFF",clueTip:"Turn on clue will halve your current score in this level",foodCollectedToast:"Food collected! %NUM% remaining.",allFoodCollectedToast:"All food collected! Head to the exit.",warnNotAllFoodCollectedToast:"Collect all food first! %NUM% remaining.",levelCompleteToast:"Level completed! 🎉",tierUnlockedToast:"Tier %TIER% unlocked! 🎉",levelGoToast:"Level %LEVEL% - Go!",levelRestartToast:"Level restarted",cluePathEnabled:"Clue Path Enabled",cluePathDisabled:"Clue Path Disabled",useArrowKeyTips:"Use arrow keys to navigate the maze. Press'C' to toggle path clue."},renderConfig:{padding:10,wallWidth:4,wallColor:"#000000",exitColor:"#F44336",foodColor:"#4CAF50",clueColor:"rgb(255,0,0)",backgroundColor:"#ffffff",playerColor:"#4CAF50",playerAtExitColor:"#FFD700"},levelConfig:ue,levelsPerTier:12},_t=t=>t===1?2:t>=2&&t<=5?3:t>=6&&t<=11?4:t>=12&&t<=15?5:6;class ut{constructor(e,o){this.row=e,this.col=o}visited=!1;walls={top:!0,right:!0,bottom:!0,left:!0}}class ht{rows;cols;grid;seed;random;constructor(e,o,n){this.rows=e,this.cols=o,this.seed=n??Math.floor(Math.random()*1e6),this.random=dt(this.seed),this.grid=this.initializeGrid()}initializeGrid(){const e=[];for(let o=0;o<this.rows;o++){e[o]=[];for(let n=0;n<this.cols;n++)e[o][n]=new ut(o,n)}return e}isValid(e,o){return e>=0&&e<this.rows&&o>=0&&o<this.cols}getNeighbors(e,o){const n=[],r=[{r:-1,c:0},{r:0,c:1},{r:1,c:0},{r:0,c:-1}];for(const i of r){const s=e+i.r,c=o+i.c;this.isValid(s,c)&&n.push({row:s,col:c})}return n}getUnvisitedNeighbors(e,o){return this.getNeighbors(e,o).filter(n=>!this.grid[n.row][n.col].visited)}getVisitedNeighbors(e,o){return this.getNeighbors(e,o).filter(n=>this.grid[n.row][n.col].visited)}removeWall(e,o,n,r){const i=this.grid[e][o],s=this.grid[n][r];e===n+1?(i.walls.top=!1,s.walls.bottom=!1):e===n-1?(i.walls.bottom=!1,s.walls.top=!1):o===r+1?(i.walls.left=!1,s.walls.right=!1):o===r-1&&(i.walls.right=!1,s.walls.left=!1)}}class ft{maze;constructor(e,o,n,r,i={row:0,col:0},s={row:e-1,col:o-1}){switch(this.maze=new ht(e,o,r),n){case"backtracking":this.runBacktracking();break;case"prims":this.runPrims();break;default:throw new Error(`Unknown maze generation method: ${n}`)}this.addOpenings(i,s)}getMaze(){return this.maze}runBacktracking(){const e=[],o=this.randomNumber(this.maze.rows),n=this.randomNumber(this.maze.cols);let r={row:o,col:n};for(this.maze.grid[o][n].visited=!0,e.push(r);e.length>0;){r=e[e.length-1];const{row:i,col:s}=r,c=this.maze.getUnvisitedNeighbors(i,s);if(c.length>0){const a=this.randomPick(c),{row:d,col:_}=a;this.maze.removeWall(i,s,d,_),this.maze.grid[d][_].visited=!0,e.push(a)}else e.pop()}}runPrims(){const e=[],o=(i,s)=>{const c=this.maze.getNeighbors(i,s);for(const a of c)!this.maze.grid[a.row][a.col].visited&&!e.some(d=>d.row===a.row&&d.col===a.col)&&e.push(a)},n=this.randomNumber(this.maze.rows),r=this.randomNumber(this.maze.cols);for(this.maze.grid[n][r].visited=!0,o(n,r);e.length>0;){const i=this.randomNumber(e.length),s=e[i],{row:c,col:a}=s,d=this.maze.getVisitedNeighbors(c,a);if(d.length>0){const _=this.randomPick(d);this.maze.removeWall(c,a,_.row,_.col),this.maze.grid[c][a].visited=!0,o(c,a)}e.splice(i,1)}}addOpenings(e,o){this.maze.grid[e.row][e.col].walls.top=!1,this.maze.grid[o.row][o.col].walls.bottom=!1}randomNumber(e){return Math.floor(this.maze.random()*e)}randomPick(e){return e[Math.floor(this.maze.random()*e.length)]}}function mt(t,e,o,n,r,i){return new ft(t,e,o,n,r,i).getMaze()}const vt=(t,e,o)=>{if(!t.isValid(e,o))return!1;const n=t.grid[e][o];return!n.walls.top||!n.walls.right||!n.walls.bottom||!n.walls.left},Be=t=>{const e=t-1,o=ue[e];if(!o)return console.error(`Cannot find Level ${t}'s config.`),null;const n=o.size,r=n,i=n,s=o.seed,c=o.method,a=o.entry||{row:0,col:0},d=o.exit||{row:r-1,col:i-1},_=mt(r,i,c,s,a,d),l=_t(t),h=[];for(let u=0;u<l;u++){let m;do m={row:Math.floor(_.random()*r),col:Math.floor(_.random()*i)};while(m.row===a.row&&m.col===a.col||m.row===d.row&&m.col===d.col||!vt(_,m.row,m.col)||h.some(C=>C.row===m.row&&C.col===m.col));h.push(m)}return{maze:_,playerPosition:a,exitPosition:d,foodPositions:h,totalFoodCount:l,foodCollected:0,playerPath:[a],visitCounts:{[`${a.row},${a.col}`]:1},moveCount:0,currentScore:_.rows*_.cols,playerAtExit:!1,isGameActive:!0,levelTransitioning:!1}},qe=({gameState:t,setGameState:e})=>({generateCurrentLevelMaze:()=>{const n=Be(t.currentLevel);n&&e(r=>({...r,...n}))}}),pt=()=>{const{gameState:t,setGameState:e,resetGame:o,config:n}=Oe(),r=n.current.i18n,{showToast:i}=de(),{currentLevel:s,totalScore:c,levelScores:a,currentScore:d,showClue:_}=t,l=a[s]||0,h=n.current.levelsPerTier,u=Math.ceil(n.current.levelConfig.length/h),[m,C]=A(!1),[g,p]=A(!1),[v,b]=A(!1),{generateCurrentLevelMaze:z}=qe({gameState:t,setGameState:e}),S=T=>{const Q=(T-1)*h+1;Q<=t.highestUnlockedLevel&&(e(Ut=>({...Ut,currentTier:T})),P(Q))},P=T=>{T>0&&T<=t.highestUnlockedLevel&&(e(Q=>({...Q,currentLevel:T,currentTier:Math.ceil(T/h)})),z(),i(r.levelGoToast.replace("%LEVEL%",T.toString()),"success"))},F=()=>{C(!0)},M=()=>{C(!1)},E=()=>{b(!0)},L=()=>{b(!1)},x=()=>{e(T=>(i(T.showClue?r.cluePathDisabled:r.cluePathEnabled),{...T,showClue:!T.showClue,currentScore:Math.floor(T.currentScore/2)})),b(!1)},G=()=>{p(!0)},At=()=>{o(),p(!1),i(r.resetDoneToast)},Et=()=>{p(!1)};return f("div",{class:"game-panel-container",children:[f("div",{className:"game-controls",children:[f("div",{className:"selectors-container",children:[f(ct,{i18n:r,totalTiers:u,currentTier:t.currentTier,highestUnlockedTier:t.highestUnlockedTier,onTierChange:S,disabled:t.levelTransitioning}),f(at,{i18n:r,levelsPerTier:h,currentTier:t.currentTier,currentLevel:t.currentLevel,highestUnlockedLevel:t.highestUnlockedLevel,onLevelChange:P,disabled:t.levelTransitioning})]}),f("div",{className:"score-container",children:[f("div",{className:"score-box currentscore",children:[f("span",{className:"score-label",children:[r.levelScore,":"]}),f("span",{className:"score-data",children:d})]}),f("div",{className:"score-box bestscore",children:[f("span",{className:"score-label",children:[r.bestScore,":"]}),f("span",{className:"score-data",children:l})]}),f("div",{className:"score-box totalscore",children:[f("span",{className:"score-label",children:[r.total,":"]}),f("span",{className:"score-data",children:c})]})]})]}),f("div",{className:"game-settings",children:f("img",{onClick:F,src:"/settings.svg",alt:"Settings",className:"game-settings-icon"})}),f(_e,{isOpen:m,title:r.settings,noConfirm:!0,cancelText:r.close,onCancel:M,children:[f("div",{className:"settings-item-box",children:[f("div",{}),f("button",{className:`settings-clue-button ${_?"clue-on":"clue-off"}`,title:"Toggle Clue",onClick:E,children:_?r.clueOn:r.clueOff}),f("div",{className:"settings-item-tip",children:r.clueTip})]}),f("div",{className:"settings-item-box",children:[f("button",{className:"settings-reset-button",title:"Reset Game",onClick:G,children:r.reset}),f("div",{className:"settings-item-tip",children:r.resetTip})]})]}),f(_e,{isOpen:g,title:r.confirmReset,message:r.confirmResetMessage,confirmText:r.reset,cancelText:r.cancel,onConfirm:At,onCancel:Et}),f(_e,{isOpen:v,title:r.confirmClue,message:r.confirmClueMessage,confirmText:r.confirm,cancelText:r.cancel,onConfirm:x,onCancel:L})]})},gt=({message:t,visible:e,duration:o=2e3,onClose:n,position:r="center",type:i="info"})=>t?(N(()=>{let s;return e&&o>0&&n&&(s=setTimeout(()=>{n()},o)),()=>{s&&clearTimeout(s)}},[e,o,n]),f("div",{className:`toast-container position-${r}`,children:f("div",{className:`toast-message type-${i} ${e?"toast-visible":""}`,children:t})})):null,wt=(t,e,o)=>{N(()=>{const n=()=>{const r=t.current;if(!r)return;const i=r.parentElement;if(!i)return;const s=i.clientWidth,c=i.clientHeight,a=Math.min(s,c),d=window.devicePixelRatio||1;r.style.width=`${a}px`,r.style.height=`${a}px`,r.width=a*d,r.height=a*d,e(t,o.current)};return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)},[t,e,o])},Ke={ArrowUp:[-1,0],ArrowDown:[1,0],ArrowLeft:[0,-1],ArrowRight:[0,1]},Ct=({containerRef:t,gameState:e,setGameState:o,onFoodCollected:n,onFoodNotAllCollected:r})=>{N(()=>{const i=a=>{if(!e.isGameActive||!e.maze)return;const[d,_]=Ke[a],{row:l,col:h}=e.playerPosition,u=l+d,m=h+_;if(!e.maze.isValid(u,m))return;const C=e.maze.grid[l][h];if(d===-1&&C.walls.top||d===1&&C.walls.bottom||_===-1&&C.walls.left||_===1&&C.walls.right)return;const g={row:u,col:m},p=`${u},${m}`;o(v=>{const b=v.foodPositions.some(L=>L.row===u&&L.col===m);b&&n();const z=Math.max(0,v.currentScore-1),S=`${l},${h}-${u},${m}`,P=u===v.exitPosition.row&&m===v.exitPosition.col,F=b?v.foodCollected+1:v.foodCollected,M=F===v.totalFoodCount,E=P&&M;return P&&!M&&r(),{...v,playerPosition:g,playerPath:[...v.playerPath,g],foodPositions:v.foodPositions.filter(L=>!(L.row===u&&L.col===m)),foodCollected:F,currentScore:z,visitCounts:{...v.visitCounts,[S]:(v.visitCounts[S]||0)+1,[p]:(v.visitCounts[p]||0)+1},moveCount:v.moveCount+1,playerAtExit:P,isGameActive:!E,levelTransitioning:E}})},s=a=>{if(!e.isGameActive||!e.maze)return;const d=a.key;d in Ke&&(a.preventDefault(),i(d))},c=a=>{if(a.preventDefault(),!e.isGameActive||!e.maze)return;const d=a.touches[0],_=document.elementFromPoint(d.clientX,d.clientY);_&&(_.classList.contains("maze-up")?i("ArrowUp"):_.classList.contains("maze-down")?i("ArrowDown"):_.classList.contains("maze-left")?i("ArrowLeft"):_.classList.contains("maze-right")&&i("ArrowRight"))};return window.addEventListener("keydown",s),t.current?.addEventListener("touchstart",c,{passive:!1}),()=>{window.removeEventListener("keydown",s),t.current?.removeEventListener("touchstart",c)}},[e.isGameActive,e.maze,e.playerPosition,e.exitPosition])},yt=({gameState:t,setGameState:e,config:o,onLevelComplete:n,onTierUnlocked:r})=>{N(()=>{if(t.levelTransitioning){n();const s=setTimeout(()=>{i(t.currentScore)},1e3);return()=>clearTimeout(s)}},[t.levelTransitioning]);const i=s=>{if(t.currentLevel>=o.current.levelConfig.length)return;const c=t.currentLevel+1,a=Math.ceil(c/o.current.levelsPerTier),d=Be(c);d&&e(_=>{const l=Math.ceil(_.currentLevel/o.current.levelsPerTier);a>l&&r(a);const h={..._.levelScores};return h[_.currentLevel]=Math.max(s,h[_.currentLevel]||0),{..._,...d,currentLevel:c,currentTier:a,highestUnlockedLevel:Math.max(_.highestUnlockedLevel,c),highestUnlockedTier:Math.max(_.highestUnlockedTier,a),levelScores:h,totalScore:Object.values(h).reduce((u,m)=>u+m,0),showClue:!1,isGameActive:!0,levelTransitioning:!1}})};return{handleLevelComplete:i}};function kt(t,e){const{ctx:o,width:n,height:r,maze:i}=t;e.playerColor=t.playerAtExit?e.playerAtExitColor:e.playerColor;const{padding:s,wallWidth:c,wallColor:a,playerColor:d,exitColor:_,foodColor:l,clueColor:h,backgroundColor:u}=e,m=i.cols,C=i.rows,g=(n-s*2)/m,p=(r-s*2)/C;o.clearRect(0,0,n,r),o.save(),o.fillStyle=u,o.fillRect(0,0,n,r),o.restore(),t.showClue&&t.playerPath&&t.playerPath.length>0&&Lt(t,{cellWidth:g,cellHeight:p,padding:s,clueColor:h}),bt(t,{cellWidth:g,cellHeight:p,padding:s,wallColor:a,wallWidth:c}),Pt(t,{cellWidth:g,cellHeight:p,padding:s,foodColor:l}),t.playerAtExit||Tt(t,{cellWidth:g,cellHeight:p,padding:s,exitColor:_}),zt(t,{cellWidth:g,cellHeight:p,padding:s,playerColor:d})}function bt(t,e){const{ctx:o,maze:n}=t,{cellWidth:r,cellHeight:i,padding:s,wallColor:c,wallWidth:a}=e;o.save(),o.strokeStyle=c,o.lineWidth=a,o.lineCap="round",o.beginPath();for(let d=0;d<n.rows;d++)for(let _=0;_<n.cols;_++){const l=n.grid[d][_],h=s+_*r,u=s+d*i;l.walls.top&&(o.moveTo(h,u),o.lineTo(h+r,u)),l.walls.right&&(o.moveTo(h+r,u),o.lineTo(h+r,u+i)),l.walls.bottom&&(o.moveTo(h+r,u+i),o.lineTo(h,u+i)),l.walls.left&&(o.moveTo(h,u+i),o.lineTo(h,u))}o.stroke(),o.restore()}function zt(t,e){const{ctx:o,playerPosition:n}=t,{cellWidth:r,cellHeight:i,padding:s,playerColor:c}=e,{x:a,y:d}=O(n.row,n.col,r,i,s),_=Math.min(r,i)*.35;o.save(),o.fillStyle=c,o.beginPath(),o.arc(a,d,_,0,Math.PI*2),o.fill(),o.restore()}function Tt(t,e){const{ctx:o,exitPosition:n}=t,{cellWidth:r,cellHeight:i,padding:s,exitColor:c}=e,{x:a,y:d}=O(n.row,n.col,r,i,s),_=Math.min(r,i)*.35;o.save(),o.fillStyle=c,o.beginPath(),o.arc(a,d,_,0,Math.PI*2),o.fill(),o.restore()}function Pt(t,e){const{ctx:o,foodPositions:n}=t,{cellWidth:r,cellHeight:i,padding:s,foodColor:c}=e;o.fillStyle=c;const a=Math.min(r,i)*.25;n.forEach(d=>{const{x:_,y:l}=O(d.row,d.col,r,i,s);xt(o,_,l,a*1.2,5,a*.6)})}function xt(t,e,o,n,r,i){t.save(),t.beginPath();for(let s=0;s<r*2;s++){const c=s%2===0?n:i,a=Math.PI*s/r;t.lineTo(e+c*Math.sin(a),o+c*Math.cos(a))}t.closePath(),t.fill(),t.restore()}function Lt(t,e){const{ctx:o,playerPath:n,visitCounts:r}=t,{cellWidth:i,cellHeight:s,padding:c,clueColor:a}=e;if(!(!n||n.length<2||!r)){o.save();for(let d=1;d<n.length;d++){const _=n[d-1],l=n[d],h=`${_.row},${_.col}-${l.row},${l.col}`,u=`${l.row},${l.col}-${_.row},${_.col}`,m=(r[h]||0)+(r[u]||0),C=Math.min(.2+m*.1,.9),g=Math.max(3,i*.1)+m*.5;try{o.strokeStyle=a.replace(")",`, ${C})`).replace("rgb(","rgba(")}catch{o.strokeStyle=`rgba(255, 0, 0, ${C})`}o.lineWidth=g,o.lineCap="round",o.lineJoin="round";const{x:p,y:v}=O(_.row,_.col,i,s,c),{x:b,y:z}=O(l.row,l.col,i,s,c);o.beginPath(),o.moveTo(p,v),o.lineTo(b,z),o.stroke()}o.restore()}}function O(t,e,o,n,r){return{x:r+e*o+o/2,y:r+t*n+n/2}}const Nt=()=>{const{message:t,visible:e,type:o,hideToast:n}=de();return f(gt,{message:t,visible:e,type:o,onClose:n,position:"top"})},St=()=>{const{gameState:t,setGameState:e,config:o}=Oe(),n=I(null),r=I(null),i=I(t),s=o.current.i18n,{showToast:c}=de();N(()=>{i.current=t},[t]);const a=()=>{const h=t.totalFoodCount-t.foodCollected-1;if(h>0){c(s.foodCollectedToast.replace("%NUM%",h.toString()),"success");return}c(s.allFoodCollectedToast,"success")},d=()=>{const h=t.totalFoodCount-t.foodCollected-1;c(s.warnNotAllFoodCollectedToast.replace("%NUM%",h.toString()),"warning")},_=(h,u)=>{const m=h.current?.getContext("2d");m&&u.maze&&kt({ctx:m,width:h.current.width,height:h.current.height,maze:u.maze,playerPosition:u.playerPosition,exitPosition:u.exitPosition,foodPositions:u.foodPositions,showClue:u.showClue,playerPath:u.playerPath,visitCounts:u.visitCounts,playerAtExit:u.playerAtExit},o.current.renderConfig||{})};N(()=>{c(s.useArrowKeyTips,"info",3e3)},[]),wt(r,_,i);const{generateCurrentLevelMaze:l}=qe({gameState:t,setGameState:e});return Ct({containerRef:n,gameState:t,setGameState:e,onFoodCollected:a,onFoodNotAllCollected:d}),yt({gameState:t,setGameState:e,config:o,onLevelComplete:()=>{c(s.levelCompleteToast,"success")},onTierUnlocked:h=>{c(s.tierUnlockedToast.replace("%TIER%",h.toString()),"success")}}),N(()=>{t.isGameActive&&!t.levelTransitioning&&l()},[t.currentLevel,t.isGameActive,t.levelTransitioning]),N(()=>{r.current&&t.maze&&_(r,t)},[t]),f("div",{className:"maze-game-container",children:[f(Nt,{}),f(pt,{}),f("div",{className:"maze-canvas-container",ref:n,children:[f("canvas",{ref:r,className:"maze-game-canvas"}),f("div",{className:"maze-touch-area maze-up"}),f("div",{className:"maze-touch-area maze-down"}),f("div",{className:"maze-touch-area maze-left"}),f("div",{className:"maze-touch-area maze-right"})]})]})};function Mt(){return f(lt,{children:f(St,{})})}function $t({config:t={}}){const e={...he.i18n,...t.i18n||{}},o={...he.renderConfig,...t.renderConfig||{}},n=t.levelConfig||ue;return t={...he,...t,i18n:e,levelConfig:n,renderConfig:o},f(st,{config:t,children:f(Mt,{})})}return{async init(t,e){const o=typeof t=="string"?document.querySelector(t):t;if(!o){console.warn("Cannot find the root element");const a=document.createElement("div");a.style.textAlign="center",a.style.padding="20px",a.innerHTML="Cannot find the root element",document.body.append(a);return}let{root:n=location.origin}=e;n.at(-1)!=="/"&&(n+="/");const r=document.createElement("div"),i=document.createElement("div");r.style.cssText=`
1
+ var Maze=function(){"use strict";var Y,C,we,F,be,ke,Te,ze,re,se,ae,Pe,W={},Se=[],bt=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,B=Array.isArray;function E(e,t){for(var o in t)e[o]=t[o];return e}function le(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function D(e,t,o){var n,i,r,s={};for(r in t)r=="key"?n=t[r]:r=="ref"?i=t[r]:s[r]=t[r];if(arguments.length>2&&(s.children=arguments.length>3?Y.call(arguments,2):o),typeof e=="function"&&e.defaultProps!=null)for(r in e.defaultProps)s[r]==null&&(s[r]=e.defaultProps[r]);return J(e,s,n,i,null)}function J(e,t,o,n,i){var r={type:e,props:t,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i??++we,__i:-1,__u:0};return i==null&&C.vnode!=null&&C.vnode(r),r}function j(e){return e.children}function M(e,t){this.props=e,this.context=t}function H(e,t){if(t==null)return e.__?H(e.__,e.__i+1):null;for(var o;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null)return o.__e;return typeof e.type=="function"?H(e):null}function Ne(e){var t,o;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((o=e.__k[t])!=null&&o.__e!=null){e.__e=e.__c.base=o.__e;break}return Ne(e)}}function ce(e){(!e.__d&&(e.__d=!0)&&F.push(e)&&!K.__r++||be!=C.debounceRendering)&&((be=C.debounceRendering)||ke)(K)}function K(){for(var e,t,o,n,i,r,s,a=1;F.length;)F.length>a&&F.sort(Te),e=F.shift(),a=F.length,e.__d&&(o=void 0,i=(n=(t=e).__v).__e,r=[],s=[],t.__P&&((o=E({},n)).__v=n.__v+1,C.vnode&&C.vnode(o),ue(t.__P,o,n,t.__n,t.__P.namespaceURI,32&n.__u?[i]:null,r,i??H(n),!!(32&n.__u),s),o.__v=n.__v,o.__.__k[o.__i]=o,Me(r,o,s),o.__e!=i&&Ne(o)));K.__r=0}function Le(e,t,o,n,i,r,s,a,l,c,_){var u,h,d,m,v,y,g=n&&n.__k||Se,p=t.length;for(l=kt(o,t,g,l,p),u=0;u<p;u++)(d=o.__k[u])!=null&&(h=d.__i==-1?W:g[d.__i]||W,d.__i=u,y=ue(e,d,h,i,r,s,a,l,c,_),m=d.__e,d.ref&&h.ref!=d.ref&&(h.ref&&_e(h.ref,null,d),_.push(d.ref,d.__c||m,d)),v==null&&m!=null&&(v=m),4&d.__u||h.__k===d.__k?l=xe(d,l,e):typeof d.type=="function"&&y!==void 0?l=y:m&&(l=m.nextSibling),d.__u&=-7);return o.__e=v,l}function kt(e,t,o,n,i){var r,s,a,l,c,_=o.length,u=_,h=0;for(e.__k=new Array(i),r=0;r<i;r++)(s=t[r])!=null&&typeof s!="boolean"&&typeof s!="function"?(l=r+h,(s=e.__k[r]=typeof s=="string"||typeof s=="number"||typeof s=="bigint"||s.constructor==String?J(null,s,null,null,null):B(s)?J(j,{children:s},null,null,null):s.constructor==null&&s.__b>0?J(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=e,s.__b=e.__b+1,a=null,(c=s.__i=Tt(s,o,l,u))!=-1&&(u--,(a=o[c])&&(a.__u|=2)),a==null||a.__v==null?(c==-1&&(i>_?h--:i<_&&h++),typeof s.type!="function"&&(s.__u|=4)):c!=l&&(c==l-1?h--:c==l+1?h++:(c>l?h--:h++,s.__u|=4))):e.__k[r]=null;if(u)for(r=0;r<_;r++)(a=o[r])!=null&&(2&a.__u)==0&&(a.__e==n&&(n=H(a)),$e(a,a));return n}function xe(e,t,o){var n,i;if(typeof e.type=="function"){for(n=e.__k,i=0;n&&i<n.length;i++)n[i]&&(n[i].__=e,t=xe(n[i],t,o));return t}e.__e!=t&&(t&&e.type&&!o.contains(t)&&(t=H(e)),o.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function Z(e,t){return t=t||[],e==null||typeof e=="boolean"||(B(e)?e.some(function(o){Z(o,t)}):t.push(e)),t}function Tt(e,t,o,n){var i,r,s=e.key,a=e.type,l=t[o];if(l===null&&e.key==null||l&&s==l.key&&a==l.type&&(2&l.__u)==0)return o;if(n>(l!=null&&(2&l.__u)==0?1:0))for(i=o-1,r=o+1;i>=0||r<t.length;){if(i>=0){if((l=t[i])&&(2&l.__u)==0&&s==l.key&&a==l.type)return i;i--}if(r<t.length){if((l=t[r])&&(2&l.__u)==0&&s==l.key&&a==l.type)return r;r++}}return-1}function Ae(e,t,o){t[0]=="-"?e.setProperty(t,o??""):e[t]=o==null?"":typeof o!="number"||bt.test(t)?o:o+"px"}function Q(e,t,o,n,i){var r;e:if(t=="style")if(typeof o=="string")e.style.cssText=o;else{if(typeof n=="string"&&(e.style.cssText=n=""),n)for(t in n)o&&t in o||Ae(e.style,t,"");if(o)for(t in o)n&&o[t]==n[t]||Ae(e.style,t,o[t])}else if(t[0]=="o"&&t[1]=="n")r=t!=(t=t.replace(ze,"$1")),t=t.toLowerCase()in e||t=="onFocusOut"||t=="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=o,o?n?o.u=n.u:(o.u=re,e.addEventListener(t,r?ae:se,r)):e.removeEventListener(t,r?ae:se,r);else{if(i=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=o??"";break e}catch{}typeof o=="function"||(o==null||o===!1&&t[4]!="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&o==1?"":o))}}function Ee(e){return function(t){if(this.l){var o=this.l[t.type+e];if(t.t==null)t.t=re++;else if(t.t<o.u)return;return o(C.event?C.event(t):t)}}}function ue(e,t,o,n,i,r,s,a,l,c){var _,u,h,d,m,v,y,g,p,T,k,$,N,U,R,L,x,z=t.type;if(t.constructor!=null)return null;128&o.__u&&(l=!!(32&o.__u),r=[a=t.__e=o.__e]),(_=C.__b)&&_(t);e:if(typeof z=="function")try{if(g=t.props,p="prototype"in z&&z.prototype.render,T=(_=z.contextType)&&n[_.__c],k=_?T?T.props.value:_.__:n,o.__c?y=(u=t.__c=o.__c).__=u.__E:(p?t.__c=u=new z(g,k):(t.__c=u=new M(g,k),u.constructor=z,u.render=Pt),T&&T.sub(u),u.props=g,u.state||(u.state={}),u.context=k,u.__n=n,h=u.__d=!0,u.__h=[],u._sb=[]),p&&u.__s==null&&(u.__s=u.state),p&&z.getDerivedStateFromProps!=null&&(u.__s==u.state&&(u.__s=E({},u.__s)),E(u.__s,z.getDerivedStateFromProps(g,u.__s))),d=u.props,m=u.state,u.__v=t,h)p&&z.getDerivedStateFromProps==null&&u.componentWillMount!=null&&u.componentWillMount(),p&&u.componentDidMount!=null&&u.__h.push(u.componentDidMount);else{if(p&&z.getDerivedStateFromProps==null&&g!==d&&u.componentWillReceiveProps!=null&&u.componentWillReceiveProps(g,k),!u.__e&&u.shouldComponentUpdate!=null&&u.shouldComponentUpdate(g,u.__s,k)===!1||t.__v==o.__v){for(t.__v!=o.__v&&(u.props=g,u.state=u.__s,u.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.some(function(O){O&&(O.__=t)}),$=0;$<u._sb.length;$++)u.__h.push(u._sb[$]);u._sb=[],u.__h.length&&s.push(u);break e}u.componentWillUpdate!=null&&u.componentWillUpdate(g,u.__s,k),p&&u.componentDidUpdate!=null&&u.__h.push(function(){u.componentDidUpdate(d,m,v)})}if(u.context=k,u.props=g,u.__P=e,u.__e=!1,N=C.__r,U=0,p){for(u.state=u.__s,u.__d=!1,N&&N(t),_=u.render(u.props,u.state,u.context),R=0;R<u._sb.length;R++)u.__h.push(u._sb[R]);u._sb=[]}else do u.__d=!1,N&&N(t),_=u.render(u.props,u.state,u.context),u.state=u.__s;while(u.__d&&++U<25);u.state=u.__s,u.getChildContext!=null&&(n=E(E({},n),u.getChildContext())),p&&!h&&u.getSnapshotBeforeUpdate!=null&&(v=u.getSnapshotBeforeUpdate(d,m)),L=_,_!=null&&_.type===j&&_.key==null&&(L=Ie(_.props.children)),a=Le(e,B(L)?L:[L],t,o,n,i,r,s,a,l,c),u.base=t.__e,t.__u&=-161,u.__h.length&&s.push(u),y&&(u.__E=u.__=null)}catch(O){if(t.__v=null,l||r!=null)if(O.then){for(t.__u|=l?160:128;a&&a.nodeType==8&&a.nextSibling;)a=a.nextSibling;r[r.indexOf(a)]=null,t.__e=a}else for(x=r.length;x--;)le(r[x]);else t.__e=o.__e,t.__k=o.__k;C.__e(O,t,o)}else r==null&&t.__v==o.__v?(t.__k=o.__k,t.__e=o.__e):a=t.__e=zt(o.__e,t,o,n,i,r,s,l,c);return(_=C.diffed)&&_(t),128&t.__u?void 0:a}function Me(e,t,o){for(var n=0;n<o.length;n++)_e(o[n],o[++n],o[++n]);C.__c&&C.__c(t,e),e.some(function(i){try{e=i.__h,i.__h=[],e.some(function(r){r.call(i)})}catch(r){C.__e(r,i.__v)}})}function Ie(e){return typeof e!="object"||e==null||e.__b&&e.__b>0?e:B(e)?e.map(Ie):E({},e)}function zt(e,t,o,n,i,r,s,a,l){var c,_,u,h,d,m,v,y=o.props,g=t.props,p=t.type;if(p=="svg"?i="http://www.w3.org/2000/svg":p=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),r!=null){for(c=0;c<r.length;c++)if((d=r[c])&&"setAttribute"in d==!!p&&(p?d.localName==p:d.nodeType==3)){e=d,r[c]=null;break}}if(e==null){if(p==null)return document.createTextNode(g);e=document.createElementNS(i,p,g.is&&g),a&&(C.__m&&C.__m(t,r),a=!1),r=null}if(p==null)y===g||a&&e.data==g||(e.data=g);else{if(r=r&&Y.call(e.childNodes),y=o.props||W,!a&&r!=null)for(y={},c=0;c<e.attributes.length;c++)y[(d=e.attributes[c]).name]=d.value;for(c in y)if(d=y[c],c!="children"){if(c=="dangerouslySetInnerHTML")u=d;else if(!(c in g)){if(c=="value"&&"defaultValue"in g||c=="checked"&&"defaultChecked"in g)continue;Q(e,c,null,d,i)}}for(c in g)d=g[c],c=="children"?h=d:c=="dangerouslySetInnerHTML"?_=d:c=="value"?m=d:c=="checked"?v=d:a&&typeof d!="function"||y[c]===d||Q(e,c,d,y[c],i);if(_)a||u&&(_.__html==u.__html||_.__html==e.innerHTML)||(e.innerHTML=_.__html),t.__k=[];else if(u&&(e.innerHTML=""),Le(t.type=="template"?e.content:e,B(h)?h:[h],t,o,n,p=="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,s,r?r[0]:o.__k&&H(o,0),a,l),r!=null)for(c=r.length;c--;)le(r[c]);a||(c="value",p=="progress"&&m==null?e.removeAttribute("value"):m!=null&&(m!==e[c]||p=="progress"&&!m||p=="option"&&m!=y[c])&&Q(e,c,m,y[c],i),c="checked",v!=null&&v!=e[c]&&Q(e,c,v,y[c],i))}return e}function _e(e,t,o){try{if(typeof e=="function"){var n=typeof e.__u=="function";n&&e.__u(),n&&t==null||(e.__u=e(t))}else e.current=t}catch(i){C.__e(i,o)}}function $e(e,t,o){var n,i;if(C.unmount&&C.unmount(e),(n=e.ref)&&(n.current&&n.current!=e.__e||_e(n,null,t)),(n=e.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(r){C.__e(r,t)}n.base=n.__P=null}if(n=e.__k)for(i=0;i<n.length;i++)n[i]&&$e(n[i],t,o||typeof e.type!="function");o||le(e.__e),e.__c=e.__=e.__e=void 0}function Pt(e,t,o){return this.constructor(e,o)}function St(e,t,o){var n,i,r,s;t==document&&(t=document.documentElement),C.__&&C.__(e,t),i=(n=!1)?null:t.__k,r=[],s=[],ue(t,e=t.__k=D(j,null,[e]),i||W,W,t.namespaceURI,i?null:t.firstChild?Y.call(t.childNodes):null,r,i?i.__e:t.firstChild,n,s),Me(r,e,s)}function Re(e){function t(o){var n,i;return this.getChildContext||(n=new Set,(i={})[t.__c]=this,this.getChildContext=function(){return i},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(r){this.props.value!=r.value&&n.forEach(function(s){s.__e=!0,ce(s)})},this.sub=function(r){n.add(r);var s=r.componentWillUnmount;r.componentWillUnmount=function(){n&&n.delete(r),s&&s.call(r)}}),o.children}return t.__c="__cC"+Pe++,t.__=e,t.Provider=t.__l=(t.Consumer=function(o,n){return o.children(n)}).contextType=t,t}Y=Se.slice,C={__e:function(e,t,o,n){for(var i,r,s;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&r.getDerivedStateFromError!=null&&(i.setState(r.getDerivedStateFromError(e)),s=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,n||{}),s=i.__d),s)return i.__E=i}catch(a){e=a}throw e}},we=0,M.prototype.setState=function(e,t){var o;o=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=E({},this.state),typeof e=="function"&&(e=e(E({},o),this.props)),e&&E(o,e),e!=null&&this.__v&&(t&&this._sb.push(t),ce(this))},M.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),ce(this))},M.prototype.render=j,F=[],ke=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Te=function(e,t){return e.__v.__b-t.__v.__b},K.__r=0,ze=/(PointerCapture)$|Capture$/i,re=0,se=Ee(!1),ae=Ee(!0),Pe=0;var Nt=0;function f(e,t,o,n,i,r){t||(t={});var s,a,l=t;if("ref"in l)for(a in l={},t)a=="ref"?s=t[a]:l[a]=t[a];var c={type:e,props:l,key:o,ref:s,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Nt,__i:-1,__u:0,__source:i,__self:r};if(typeof e=="function"&&(s=e.defaultProps))for(a in s)l[a]===void 0&&(l[a]=s[a]);return C.vnode&&C.vnode(c),c}var G,w,de,Fe,V=0,Ue=[],b=C,Oe=b.__b,De=b.__r,je=b.diffed,He=b.__c,Ge=b.unmount,We=b.__;function ee(e,t){b.__h&&b.__h(w,e,V||t),V=0;var o=w.__H||(w.__H={__:[],__h:[]});return e>=o.__.length&&o.__.push({}),o.__[e]}function I(e){return V=1,Lt(Ye,e)}function Lt(e,t,o){var n=ee(G++,2);if(n.t=e,!n.__c&&(n.__=[o?o(t):Ye(void 0,t),function(a){var l=n.__N?n.__N[0]:n.__[0],c=n.t(l,a);l!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=w,!w.__f)){var i=function(a,l,c){if(!n.__c.__H)return!0;var _=n.__c.__H.__.filter(function(h){return!!h.__c});if(_.every(function(h){return!h.__N}))return!r||r.call(this,a,l,c);var u=n.__c.props!==a;return _.forEach(function(h){if(h.__N){var d=h.__[0];h.__=h.__N,h.__N=void 0,d!==h.__[0]&&(u=!0)}}),r&&r.call(this,a,l,c)||u};w.__f=!0;var r=w.shouldComponentUpdate,s=w.componentWillUpdate;w.componentWillUpdate=function(a,l,c){if(this.__e){var _=r;r=void 0,i(a,l,c),r=_}s&&s.call(this,a,l,c)},w.shouldComponentUpdate=i}return n.__N||n.__}function P(e,t){var o=ee(G++,3);!b.__s&&Xe(o.__H,t)&&(o.__=e,o.u=t,w.__H.__h.push(o))}function q(e){return V=5,he(function(){return{current:e}},[])}function he(e,t){var o=ee(G++,7);return Xe(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function Be(e,t){return V=8,he(function(){return e},t)}function Ve(e){var t=w.context[e.__c],o=ee(G++,9);return o.c=e,t?(o.__==null&&(o.__=!0,t.sub(w)),t.props.value):e.__}function xt(){for(var e;e=Ue.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(te),e.__H.__h.forEach(fe),e.__H.__h=[]}catch(t){e.__H.__h=[],b.__e(t,e.__v)}}b.__b=function(e){w=null,Oe&&Oe(e)},b.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),We&&We(e,t)},b.__r=function(e){De&&De(e),G=0;var t=(w=e.__c).__H;t&&(de===w?(t.__h=[],w.__h=[],t.__.forEach(function(o){o.__N&&(o.__=o.__N),o.u=o.__N=void 0})):(t.__h.forEach(te),t.__h.forEach(fe),t.__h=[],G=0)),de=w},b.diffed=function(e){je&&je(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Ue.push(t)!==1&&Fe===b.requestAnimationFrame||((Fe=b.requestAnimationFrame)||At)(xt)),t.__H.__.forEach(function(o){o.u&&(o.__H=o.u),o.u=void 0})),de=w=null},b.__c=function(e,t){t.some(function(o){try{o.__h.forEach(te),o.__h=o.__h.filter(function(n){return!n.__||fe(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],b.__e(n,o.__v)}}),He&&He(e,t)},b.unmount=function(e){Ge&&Ge(e);var t,o=e.__c;o&&o.__H&&(o.__H.__.forEach(function(n){try{te(n)}catch(i){t=i}}),o.__H=void 0,t&&b.__e(t,o.__v))};var qe=typeof requestAnimationFrame=="function";function At(e){var t,o=function(){clearTimeout(n),qe&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(o,100);qe&&(t=requestAnimationFrame(o))}function te(e){var t=w,o=e.__c;typeof o=="function"&&(e.__c=void 0,o()),w=t}function fe(e){var t=w;e.__c=e.__(),w=t}function Xe(e,t){return!e||e.length!==t.length||t.some(function(o,n){return o!==e[n]})}function Ye(e,t){return typeof t=="function"?t(e):t}const Et=e=>({saveGameData(t){try{const o={highestUnlockedLevel:t.highestUnlockedLevel,levelScores:t.levelScores,totalScore:t.totalScore,currentLevel:t.currentLevel};localStorage.setItem(e,JSON.stringify(o))}catch(o){console.error("Failed to save maze game data:",o)}},loadGameData(){try{const t=localStorage.getItem(e);if(!t)return null;const o=JSON.parse(t);return{highestUnlockedLevel:o.highestUnlockedLevel,levelScores:o.levelScores,totalScore:o.totalScore,currentLevel:o.currentLevel,currentTier:Math.ceil(o.currentLevel/12),highestUnlockedTier:Math.ceil(o.highestUnlockedLevel/12)}}catch(t){return console.error("Failed to load maze game data:",t),null}},resetGameData(){try{localStorage.removeItem(e)}catch(t){console.error("Failed to reset game state:",t)}}}),Je=Re(void 0),Mt=({children:e,config:t})=>{const o=q(t),n=Et(t.lcPrefix+"score"),i=n.loadGameData(),[r,s]=I({currentLevel:1,highestUnlockedLevel:1,currentTier:1,highestUnlockedTier:1,currentScore:0,totalScore:0,levelScores:{},isGameActive:!0,levelTransitioning:!1,maze:null,playerPosition:{row:0,col:0},exitPosition:{row:0,col:0},foodPositions:[],playerPath:[],visitCounts:{},moveCount:0,playerAtExit:!1,foodCollected:0,totalFoodCount:0,showClue:!1,...i||{}});P(()=>{n.saveGameData(r)},[r.highestUnlockedLevel,r.levelScores,r.totalScore,r.currentLevel]);const a=()=>{n.resetGameData(),s(l=>({...l,currentLevel:1,highestUnlockedLevel:1,currentTier:1,highestUnlockedTier:1,currentScore:0,totalScore:0,levelScores:{},isGameActive:!0,levelTransitioning:!1,playerPath:[],visitCounts:{},moveCount:0,foodCollected:0,showClue:!1}))};return f(Je.Provider,{value:{gameState:r,setGameState:s,config:o,resetGame:a},children:e})},Ke=()=>{const e=Ve(Je);if(!e)throw new Error("useGameContext must be used within a GameProvider");return e};function me(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function It(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function pe(e,t,o){return t&&It(e.prototype,t),e}function Ze(e){return+e.replace(/px/,"")}function $t(e){var t=window.devicePixelRatio,o=getComputedStyle(e),n=Ze(o.getPropertyValue("width")),i=Ze(o.getPropertyValue("height"));e.setAttribute("width",(n*t).toString()),e.setAttribute("height",(i*t).toString())}function S(e,t){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,n=Math.random()*(t-e)+e;return Math.floor(n*Math.pow(10,o))/Math.pow(10,o)}function Qe(e){return e[S(0,e.length)]}var Rt=.00125,Ft=5e-4,Ut=9e-4,Ot=1e-5,Dt=6,jt=80,Ht=.9,Gt=1.7,Wt=.2,Bt=.6,Vt=.03,qt=.07,Xt=15,Yt=82,Jt=100,Kt=250,Zt=40,Qt=["#fcf403","#62fc03","#f4fc03","#03e7fc","#03fca5","#a503fc","#fc03ad","#fc03c2"];function et(e){var t=1920;return Math.log(e)/Math.log(t)}var tt=function(){function e(t){me(this,e);var o=t.initialPosition,n=t.direction,i=t.confettiRadius,r=t.confettiColors,s=t.emojis,a=t.emojiSize,l=t.canvasWidth,c=S(Ht,Gt,3),_=c*et(l);this.confettiSpeed={x:_,y:_},this.finalConfettiSpeedX=S(Wt,Bt,3),this.rotationSpeed=s.length?.01:S(Vt,qt,3)*et(l),this.dragForceCoefficient=S(Ft,Ut,6),this.radius={x:i,y:i},this.initialRadius=i,this.rotationAngle=n==="left"?S(0,.2,3):S(-.2,0,3),this.emojiSize=a,this.emojiRotationAngle=S(0,2*Math.PI),this.radiusYUpdateDirection="down";var u=n==="left"?S(Yt,Xt)*Math.PI/180:S(-15,-82)*Math.PI/180;this.absCos=Math.abs(Math.cos(u)),this.absSin=Math.abs(Math.sin(u));var h=S(-150,0),d={x:o.x+(n==="left"?-h:h)*this.absCos,y:o.y-h*this.absSin};this.currentPosition=Object.assign({},d),this.initialPosition=Object.assign({},d),this.color=s.length?null:Qe(r),this.emoji=s.length?Qe(s):null,this.createdAt=new Date().getTime(),this.direction=n}return pe(e,[{key:"draw",value:function(o){var n=this.currentPosition,i=this.radius,r=this.color,s=this.emoji,a=this.rotationAngle,l=this.emojiRotationAngle,c=this.emojiSize,_=window.devicePixelRatio;r?(o.fillStyle=r,o.beginPath(),o.ellipse(n.x*_,n.y*_,i.x*_,i.y*_,a,0,2*Math.PI),o.fill()):s&&(o.font="".concat(c,"px serif"),o.save(),o.translate(_*n.x,_*n.y),o.rotate(l),o.textAlign="center",o.fillText(s,0,0),o.restore())}},{key:"updatePosition",value:function(o,n){var i=this.confettiSpeed,r=this.dragForceCoefficient,s=this.finalConfettiSpeedX,a=this.radiusYUpdateDirection,l=this.rotationSpeed,c=this.createdAt,_=this.direction,u=n-c;if(i.x>s&&(this.confettiSpeed.x-=r*o),this.currentPosition.x+=i.x*(_==="left"?-this.absCos:this.absCos)*o,this.currentPosition.y=this.initialPosition.y-i.y*this.absSin*u+Rt*Math.pow(u,2)/2,this.rotationSpeed-=this.emoji?1e-4:Ot*o,this.rotationSpeed<0&&(this.rotationSpeed=0),this.emoji){this.emojiRotationAngle+=this.rotationSpeed*o%(2*Math.PI);return}a==="down"?(this.radius.y-=o*l,this.radius.y<=0&&(this.radius.y=0,this.radiusYUpdateDirection="up")):(this.radius.y+=o*l,this.radius.y>=this.initialRadius&&(this.radius.y=this.initialRadius,this.radiusYUpdateDirection="down"))}},{key:"getIsVisibleOnCanvas",value:function(o){return this.currentPosition.y<o+Jt}}]),e}();function eo(){var e=document.createElement("canvas");return e.style.position="fixed",e.style.width="100%",e.style.height="100%",e.style.top="0",e.style.left="0",e.style.zIndex="1000",e.style.pointerEvents="none",document.body.appendChild(e),e}function to(e){var t=e.confettiRadius,o=t===void 0?Dt:t,n=e.confettiNumber,i=n===void 0?e.confettiesNumber||(e.emojis?Zt:Kt):n,r=e.confettiColors,s=r===void 0?Qt:r,a=e.emojis,l=a===void 0?e.emojies||[]:a,c=e.emojiSize,_=c===void 0?jt:c;return e.emojies&&console.error("emojies argument is deprecated, please use emojis instead"),e.confettiesNumber&&console.error("confettiesNumber argument is deprecated, please use confettiNumber instead"),{confettiRadius:o,confettiNumber:i,confettiColors:s,emojis:l,emojiSize:_}}var oo=function(){function e(t){var o=this;me(this,e),this.canvasContext=t,this.shapes=[],this.promise=new Promise(function(n){return o.resolvePromise=n})}return pe(e,[{key:"getBatchCompletePromise",value:function(){return this.promise}},{key:"addShapes",value:function(){var o;(o=this.shapes).push.apply(o,arguments)}},{key:"complete",value:function(){var o;return this.shapes.length?!1:((o=this.resolvePromise)===null||o===void 0||o.call(this),!0)}},{key:"processShapes",value:function(o,n,i){var r=this,s=o.timeDelta,a=o.currentTime;this.shapes=this.shapes.filter(function(l){return l.updatePosition(s,a),l.draw(r.canvasContext),i?l.getIsVisibleOnCanvas(n):!0})}}]),e}(),no=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};me(this,e),this.activeConfettiBatches=[],this.canvas=t.canvas||eo(),this.canvasContext=this.canvas.getContext("2d"),this.requestAnimationFrameRequested=!1,this.lastUpdated=new Date().getTime(),this.iterationIndex=0,this.loop=this.loop.bind(this),requestAnimationFrame(this.loop)}return pe(e,[{key:"loop",value:function(){this.requestAnimationFrameRequested=!1,$t(this.canvas);var o=new Date().getTime(),n=o-this.lastUpdated,i=this.canvas.offsetHeight,r=this.iterationIndex%10===0;this.activeConfettiBatches=this.activeConfettiBatches.filter(function(s){return s.processShapes({timeDelta:n,currentTime:o},i,r),r?!s.complete():!0}),this.iterationIndex++,this.queueAnimationFrameIfNeeded(o)}},{key:"queueAnimationFrameIfNeeded",value:function(o){this.requestAnimationFrameRequested||this.activeConfettiBatches.length<1||(this.requestAnimationFrameRequested=!0,this.lastUpdated=o||new Date().getTime(),requestAnimationFrame(this.loop))}},{key:"addConfetti",value:function(){for(var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=to(o),i=n.confettiRadius,r=n.confettiNumber,s=n.confettiColors,a=n.emojis,l=n.emojiSize,c=this.canvas.getBoundingClientRect(),_=c.width,u=c.height,h=u*5/7,d={x:0,y:h},m={x:_,y:h},v=new oo(this.canvasContext),y=0;y<r/2;y++){var g=new tt({initialPosition:d,direction:"right",confettiRadius:i,confettiColors:s,confettiNumber:r,emojis:a,emojiSize:l,canvasWidth:_}),p=new tt({initialPosition:m,direction:"left",confettiRadius:i,confettiColors:s,confettiNumber:r,emojis:a,emojiSize:l,canvasWidth:_});v.addShapes(g,p)}return this.activeConfettiBatches.push(v),this.queueAnimationFrameIfNeeded(),v.getBatchCompletePromise()}},{key:"clearCanvas",value:function(){this.activeConfettiBatches=[]}},{key:"destroyCanvas",value:function(){this.canvas.remove()}}]),e}();function ot(e,t){for(var o in t)e[o]=t[o];return e}function nt(e,t){for(var o in e)if(o!=="__source"&&!(o in t))return!0;for(var n in t)if(n!=="__source"&&e[n]!==t[n])return!0;return!1}function it(e,t){this.props=e,this.context=t}(it.prototype=new M).isPureReactComponent=!0,it.prototype.shouldComponentUpdate=function(e,t){return nt(this.props,e)||nt(this.state,t)};var rt=C.__b;C.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),rt&&rt(e)};var io=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function st(e){function t(o){var n=ot({},o);return delete n.ref,e(n,o.ref||null)}return t.$$typeof=io,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var ro=C.__e;C.__e=function(e,t,o,n){if(e.then){for(var i,r=t;r=r.__;)if((i=r.__c)&&i.__c)return t.__e==null&&(t.__e=o.__e,t.__k=o.__k),i.__c(e,t)}ro(e,t,o,n)};var at=C.unmount;function lt(e,t,o){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(n){typeof n.__c=="function"&&n.__c()}),e.__c.__H=null),(e=ot({},e)).__c!=null&&(e.__c.__P===o&&(e.__c.__P=t),e.__c.__e=!0,e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return lt(n,t,o)})),e}function ct(e,t,o){return e&&o&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return ct(n,t,o)}),e.__c&&e.__c.__P===t&&(e.__e&&o.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=o)),e}function ve(){this.__u=0,this.o=null,this.__b=null}function ut(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function oe(){this.i=null,this.l=null}C.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),at&&at(e)},(ve.prototype=new M).__c=function(e,t){var o=t.__c,n=this;n.o==null&&(n.o=[]),n.o.push(o);var i=ut(n.__v),r=!1,s=function(){r||(r=!0,o.__R=null,i?i(a):a())};o.__R=s;var a=function(){if(!--n.__u){if(n.state.__a){var l=n.state.__a;n.__v.__k[0]=ct(l,l.__c.__P,l.__c.__O)}var c;for(n.setState({__a:n.__b=null});c=n.o.pop();)c.forceUpdate()}};n.__u++||32&t.__u||n.setState({__a:n.__b=n.__v.__k[0]}),e.then(s,s)},ve.prototype.componentWillUnmount=function(){this.o=[]},ve.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var o=document.createElement("div"),n=this.__v.__k[0].__c;this.__v.__k[0]=lt(this.__b,o,n.__O=n.__P)}this.__b=null}var i=t.__a&&D(j,null,e.fallback);return i&&(i.__u&=-33),[D(j,null,t.__a?null:e.children),i]};var _t=function(e,t,o){if(++o[1]===o[0]&&e.l.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.l.size))for(o=e.i;o;){for(;o.length>3;)o.pop()();if(o[1]<o[0])break;e.i=o=o[2]}};(oe.prototype=new M).__a=function(e){var t=this,o=ut(t.__v),n=t.l.get(e);return n[0]++,function(i){var r=function(){t.props.revealOrder?(n.push(i),_t(t,e,n)):i()};o?o(r):r()}},oe.prototype.render=function(e){this.i=null,this.l=new Map;var t=Z(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var o=t.length;o--;)this.l.set(t[o],this.i=[1,0,this.i]);return e.children},oe.prototype.componentDidUpdate=oe.prototype.componentDidMount=function(){var e=this;this.l.forEach(function(t,o){_t(e,o,t)})};var so=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,ao=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,lo=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,co=/[A-Z0-9]/g,uo=typeof document<"u",_o=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};M.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(M.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var dt=C.event;function ho(){}function fo(){return this.cancelBubble}function mo(){return this.defaultPrevented}C.event=function(e){return dt&&(e=dt(e)),e.persist=ho,e.isPropagationStopped=fo,e.isDefaultPrevented=mo,e.nativeEvent=e};var po={enumerable:!1,configurable:!0,get:function(){return this.class}},ht=C.vnode;C.vnode=function(e){typeof e.type=="string"&&function(t){var o=t.props,n=t.type,i={},r=n.indexOf("-")===-1;for(var s in o){var a=o[s];if(!(s==="value"&&"defaultValue"in o&&a==null||uo&&s==="children"&&n==="noscript"||s==="class"||s==="className")){var l=s.toLowerCase();s==="defaultValue"&&"value"in o&&o.value==null?s="value":s==="download"&&a===!0?a="":l==="translate"&&a==="no"?a=!1:l[0]==="o"&&l[1]==="n"?l==="ondoubleclick"?s="ondblclick":l!=="onchange"||n!=="input"&&n!=="textarea"||_o(o.type)?l==="onfocus"?s="onfocusin":l==="onblur"?s="onfocusout":lo.test(s)&&(s=l):l=s="oninput":r&&ao.test(s)?s=s.replace(co,"-$&").toLowerCase():a===null&&(a=void 0),l==="oninput"&&i[s=l]&&(s="oninputCapture"),i[s]=a}}n=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=Z(o.children).forEach(function(c){c.props.selected=i.value.indexOf(c.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=Z(o.children).forEach(function(c){c.props.selected=i.multiple?i.defaultValue.indexOf(c.props.value)!=-1:i.defaultValue==c.props.value})),o.class&&!o.className?(i.class=o.class,Object.defineProperty(i,"className",po)):(o.className&&!o.class||o.class&&o.className)&&(i.class=i.className=o.className),t.props=i}(e),e.$$typeof=so,ht&&ht(e)};var ft=C.__r;C.__r=function(e){ft&&ft(e),e.__c};var mt=C.diffed;C.diffed=function(e){mt&&mt(e);var t=e.props,o=e.__e;o!=null&&e.type==="textarea"&&"value"in t&&t.value!==o.value&&(o.value=t.value==null?"":t.value)};/**
2
+ * @license lucide-react v0.473.0 - ISC
3
+ *
4
+ * This source code is licensed under the ISC license.
5
+ * See the LICENSE file in the root directory of this source tree.
6
+ */const vo=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),pt=(...e)=>e.filter((t,o,n)=>!!t&&t.trim()!==""&&n.indexOf(t)===o).join(" ").trim();/**
7
+ * @license lucide-react v0.473.0 - ISC
8
+ *
9
+ * This source code is licensed under the ISC license.
10
+ * See the LICENSE file in the root directory of this source tree.
11
+ */var go={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
12
+ * @license lucide-react v0.473.0 - ISC
13
+ *
14
+ * This source code is licensed under the ISC license.
15
+ * See the LICENSE file in the root directory of this source tree.
16
+ */const Co=st(({color:e="currentColor",size:t=24,strokeWidth:o=2,absoluteStrokeWidth:n,className:i="",children:r,iconNode:s,...a},l)=>D("svg",{ref:l,...go,width:t,height:t,stroke:e,strokeWidth:n?Number(o)*24/Number(t):o,className:pt("lucide",i),...a},[...s.map(([c,_])=>D(c,_)),...Array.isArray(r)?r:[r]]));/**
17
+ * @license lucide-react v0.473.0 - ISC
18
+ *
19
+ * This source code is licensed under the ISC license.
20
+ * See the LICENSE file in the root directory of this source tree.
21
+ */const yo=(e,t)=>{const o=st(({className:n,...i},r)=>D(Co,{ref:r,iconNode:t,className:pt(`lucide-${vo(e)}`,n),...i}));return o.displayName=`${e}`,o};/**
22
+ * @license lucide-react v0.473.0 - ISC
23
+ *
24
+ * This source code is licensed under the ISC license.
25
+ * See the LICENSE file in the root directory of this source tree.
26
+ */const wo=yo("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),vt=Re(void 0),bo=({children:e})=>{const[t,o]=I(null),[n,i]=I(!1),[r,s]=I("info"),[a,l]=I(null),c=Be(()=>{i(!1),a&&(clearTimeout(a),l(null))},[a]),_=Be((u,h="info",d=3e3)=>{if(n&&c(),o(u),s(h),i(!0),d>0){const m=setTimeout(()=>{i(!1)},d);l(m)}},[n,c]);return f(vt.Provider,{value:{message:t,visible:n,type:r,showToast:_,hideToast:c},children:e})},ge=()=>{const e=Ve(vt);if(!e)throw new Error("useToast must be used within a ToastProvider");return e},ko=({i18n:e,totalTiers:t,currentTier:o,highestUnlockedTier:n,onTierChange:i,disabled:r})=>f("div",{className:"tier-selector",children:f("select",{value:o,onChange:s=>{s.target&&s.target.value&&i(Number(s.target.value))},disabled:r,className:"tier-dropdown",children:Array.from({length:t},(s,a)=>a+1).map(s=>f("option",{value:s,disabled:s>n,children:[e.tier," ",s]},`tier-${s}`))})}),To=([e,t])=>Array.from({length:t-e+1},(o,n)=>e+n),zo=({i18n:e,levelsRange:t,currentLevel:o,highestUnlockedLevel:n,onLevelChange:i,disabled:r})=>{const s=To(t);return f("div",{className:"level-selector",children:f("select",{value:o,onChange:a=>{a.target&&a.target.value&&i(Number(a.target.value))},disabled:r,className:"level-dropdown",children:s.map(a=>f("option",{value:a,disabled:a>n,children:[e.level," ",a]},`level-${a}`))})})},Ce=({isOpen:e,title:t,message:o,children:n,noConfirm:i=!1,noCancel:r=!1,confirmText:s="OK",cancelText:a="Cancel",onConfirm:l,onCancel:c})=>{const _=q(null);return P(()=>{const u=h=>{h.key==="Escape"&&c?.()};return e&&document.addEventListener("keydown",u),()=>{document.removeEventListener("keydown",u)}},[e,c]),f("div",{className:`maze-dialog-overlay ${e?"maze-dialog-visible":""}`,children:f("div",{className:"maze-dialog",ref:_,children:[f("div",{className:"maze-dialog-title",children:t}),f("div",{className:"maze-dialog-content",children:n||f("div",{className:"maze-dialog-message",children:o})}),f("div",{className:"maze-dialog-buttons",children:[!r&&f("button",{className:"maze-dialog-cancel",onClick:c,children:a}),!i&&f("button",{className:"maze-dialog-confirm",onClick:l,children:s})]})]})})};function Po(e){return function(){let t=e+=1831565813;return t=Math.imul(t^t>>>15,t|1),t^=t+Math.imul(t^t>>>7,t|61),((t^t>>>14)>>>0)/4294967296}}const ye=[[{size:8,seed:12345,method:"backtracking"},{size:8,seed:23456,method:"backtracking"},{size:8,seed:34567,method:"prims"},{size:8,seed:45678,method:"backtracking"},{size:9,seed:56789,method:"prims"},{size:9,seed:67890,method:"backtracking"},{size:9,seed:78901,method:"prims"},{size:9,seed:89012,method:"backtracking"},{size:10,seed:90123,method:"prims"},{size:11,seed:11111,method:"backtracking"},{size:12,seed:22222,method:"prims"},{size:13,seed:33333,method:"backtracking"}],[{size:12,seed:44444,method:"prims"},{size:12,seed:55555,method:"backtracking"},{size:12,seed:66666,method:"prims"},{size:12,seed:77777,method:"backtracking"},{size:13,seed:88888,method:"prims"},{size:13,seed:99999,method:"backtracking"},{size:13,seed:12121,method:"prims"},{size:14,seed:23232,method:"backtracking"},{size:15,seed:34343,method:"prims"},{size:16,seed:45454,method:"backtracking"},{size:17,seed:56565,method:"prims"},{size:18,seed:67676,method:"backtracking"}],[{size:19,seed:78787,method:"prims"},{size:20,seed:89898,method:"backtracking"},{size:21,seed:90909,method:"prims"},{size:22,seed:10101,method:"backtracking"},{size:23,seed:20202,method:"prims"},{size:25,seed:30303,method:"backtracking"},{size:27,seed:40404,method:"prims"},{size:29,seed:50505,method:"backtracking"},{size:31,seed:60606,method:"prims"},{size:33,seed:70707,method:"backtracking"},{size:37,seed:80808,method:"prims"},{size:40,seed:90909,method:"backtracking"}],[{size:41,seed:10111,method:"prims"},{size:42,seed:11121,method:"backtracking"},{size:43,seed:12131,method:"prims"},{size:44,seed:13141,method:"backtracking"},{size:45,seed:14151,method:"prims"},{size:46,seed:15161,method:"backtracking"},{size:47,seed:16171,method:"prims"},{size:48,seed:17181,method:"backtracking"},{size:49,seed:18191,method:"prims"},{size:50,seed:19201,method:"backtracking"},{size:51,seed:20211,method:"prims"},{size:52,seed:21221,method:"backtracking"}],[{size:53,seed:22231,method:"prims"},{size:54,seed:23241,method:"backtracking"},{size:55,seed:24251,method:"prims"},{size:56,seed:25261,method:"backtracking"},{size:57,seed:26271,method:"prims"},{size:58,seed:27281,method:"backtracking"},{size:59,seed:28291,method:"prims"},{size:60,seed:29301,method:"backtracking"},{size:62,seed:30311,method:"prims"},{size:64,seed:31321,method:"backtracking"},{size:66,seed:32331,method:"prims"},{size:68,seed:33341,method:"backtracking"}]],ne={lcPrefix:"maze-",i18n:{reset:"Reset",resetTip:"Reset all game data and highest score.",total:"Total",levelScore:"Level Score",bestScore:"Best Score",confirmReset:"Confirm Reset",confirmResetMessage:"Are you sure you want to reset the game? All progress will be lost.",cancel:"Cancel",close:"Close",confirm:"Confirm",resetDoneToast:"Game reset! Starting from Level 1...",confirmClue:"Confirm to turn on clue?",confirmClueMessage:"Are you sure you want to turn on clue? Your current score will be halved.",level:"Level",tier:"Tier",settings:"Settings",clueOn:"Clue: ON",clueOff:"Clue: OFF",clueTip:"Turn on clue will halve your current score in this level",foodCollectedToast:"Food collected! %NUM% remaining.",allFoodCollectedToast:"All food collected! Head to the exit.",warnNotAllFoodCollectedToast:"Collect all food first! %NUM% remaining.",levelCompleteToast:"Level completed! 🎉",tierUnlockedToast:"Tier %TIER% unlocked! 🎉",levelGoToast:"Level %LEVEL% - Go!",levelRestartToast:"Level restarted",cluePathEnabled:"Clue Path Enabled",cluePathDisabled:"Clue Path Disabled",useArrowKeyTips:"Use arrow keys to navigate the maze. Press'C' to toggle path clue."},renderConfig:{padding:10,wallWidth:4,wallColor:"#000000",exitColor:"#F44336",foodColor:"#4CAF50",clueColor:"rgb(255,0,0)",backgroundColor:"#ffffff",playerColor:"#4CAF50",playerAtExitColor:"#FFD700"},levelConfig:ye},So=e=>e===1?2:e>=2&&e<=5?3:e>=6&&e<=11?4:e>=12&&e<=15?5:6;class No{constructor(t,o){this.row=t,this.col=o}visited=!1;walls={top:!0,right:!0,bottom:!0,left:!0}}class Lo{rows;cols;grid;seed;random;constructor(t,o,n){this.rows=t,this.cols=o,this.seed=n??Math.floor(Math.random()*1e6),this.random=Po(this.seed),this.grid=this.initializeGrid()}initializeGrid(){const t=[];for(let o=0;o<this.rows;o++){t[o]=[];for(let n=0;n<this.cols;n++)t[o][n]=new No(o,n)}return t}isValid(t,o){return t>=0&&t<this.rows&&o>=0&&o<this.cols}getNeighbors(t,o){const n=[],i=[{r:-1,c:0},{r:0,c:1},{r:1,c:0},{r:0,c:-1}];for(const r of i){const s=t+r.r,a=o+r.c;this.isValid(s,a)&&n.push({row:s,col:a})}return n}getUnvisitedNeighbors(t,o){return this.getNeighbors(t,o).filter(n=>!this.grid[n.row][n.col].visited)}getVisitedNeighbors(t,o){return this.getNeighbors(t,o).filter(n=>this.grid[n.row][n.col].visited)}removeWall(t,o,n,i){const r=this.grid[t][o],s=this.grid[n][i];t===n+1?(r.walls.top=!1,s.walls.bottom=!1):t===n-1?(r.walls.bottom=!1,s.walls.top=!1):o===i+1?(r.walls.left=!1,s.walls.right=!1):o===i-1&&(r.walls.right=!1,s.walls.left=!1)}}class xo{maze;constructor(t,o,n,i,r={row:0,col:0},s={row:t-1,col:o-1}){switch(this.maze=new Lo(t,o,i),n){case"backtracking":this.runBacktracking();break;case"prims":this.runPrims();break;default:throw new Error(`Unknown maze generation method: ${n}`)}this.addOpenings(r,s)}getMaze(){return this.maze}runBacktracking(){const t=[],o=this.randomNumber(this.maze.rows),n=this.randomNumber(this.maze.cols);let i={row:o,col:n};for(this.maze.grid[o][n].visited=!0,t.push(i);t.length>0;){i=t[t.length-1];const{row:r,col:s}=i,a=this.maze.getUnvisitedNeighbors(r,s);if(a.length>0){const l=this.randomPick(a),{row:c,col:_}=l;this.maze.removeWall(r,s,c,_),this.maze.grid[c][_].visited=!0,t.push(l)}else t.pop()}}runPrims(){const t=[],o=(r,s)=>{const a=this.maze.getNeighbors(r,s);for(const l of a)!this.maze.grid[l.row][l.col].visited&&!t.some(c=>c.row===l.row&&c.col===l.col)&&t.push(l)},n=this.randomNumber(this.maze.rows),i=this.randomNumber(this.maze.cols);for(this.maze.grid[n][i].visited=!0,o(n,i);t.length>0;){const r=this.randomNumber(t.length),s=t[r],{row:a,col:l}=s,c=this.maze.getVisitedNeighbors(a,l);if(c.length>0){const _=this.randomPick(c);this.maze.removeWall(a,l,_.row,_.col),this.maze.grid[a][l].visited=!0,o(a,l)}t.splice(r,1)}}addOpenings(t,o){this.maze.grid[t.row][t.col].walls.top=!1,this.maze.grid[o.row][o.col].walls.bottom=!1}randomNumber(t){return Math.floor(this.maze.random()*t)}randomPick(t){return t[Math.floor(this.maze.random()*t.length)]}}function Ao(e,t,o,n,i,r){return new xo(e,t,o,n,i,r).getMaze()}const Eo=(e,t,o)=>{if(!e.isValid(t,o))return!1;const n=e.grid[t][o];return!n.walls.top||!n.walls.right||!n.walls.bottom||!n.walls.left},gt=(e,t=ye.flat())=>{const o=e-1,n=t[o];if(!n)return console.error(`Cannot find Level ${e}'s config.`),null;const i=n.size,r=i,s=i,a=n.seed,l=n.method,c=n.entry||{row:0,col:0},_=n.exit||{row:r-1,col:s-1},u=Ao(r,s,l,a,c,_),h=So(e),d=[];for(let m=0;m<h;m++){let v;do v={row:Math.floor(u.random()*r),col:Math.floor(u.random()*s)};while(v.row===c.row&&v.col===c.col||v.row===_.row&&v.col===_.col||!Eo(u,v.row,v.col)||d.some(y=>y.row===v.row&&y.col===v.col));d.push(v)}return{maze:u,playerPosition:c,exitPosition:_,foodPositions:d,totalFoodCount:h,foodCollected:0,playerPath:[c],visitCounts:{[`${c.row},${c.col}`]:1},moveCount:0,currentScore:u.rows*u.cols*5,playerAtExit:!1,isGameActive:!0,levelTransitioning:!1}},Ct=({gameState:e,setGameState:t,config:o})=>({generateCurrentLevelMaze:()=>{const i=gt(e.currentLevel,o.current.levelConfig.flat());i&&t(r=>({...r,...i}))}}),yt=e=>he(()=>{const t=e.map(a=>a.length),o=t.reduce((a,l)=>a+l,0),n=e.length,i=a=>{if(a<1||a>o)return 0;let l=0;for(let c=0;c<t.length;c++)if(l+=t[c],a<=l)return c+1;return 0},r=a=>a<1||a>n?0:t.slice(0,a-1).reduce((l,c)=>l+c,0)+1,s={getTotalLevels:()=>o,getTotalTiers:()=>n,getTierLevelsRange:a=>{if(a<1||a>n)return[0,0];const l=r(a),c=l+t[a-1]-1;return[l,c]},getTierByLevel:i,getFirstLevelOfTier:r,getLevelConfig:a=>{if(a<1||a>o)return null;const l=i(a),c=r(l),_=a-c;return e[l-1][_]},getTierConfig:a=>a<1||a>n?null:e[a-1],isLevelUnlocked:(a,l)=>a<=l,isTierUnlocked:(a,l)=>a<=l,getNextLevelInfo:a=>{if(a>=o)return null;const l=a+1,c=i(a),_=i(l);return{nextLevel:l,nextTier:_,isTierChange:_>c}},getCurrentTierProgress:(a,l)=>{const[c,_]=s.getTierLevelsRange(l),u=a-c+1,h=_-c+1;return{current:u,total:h}},isLastLevelInTier:a=>{const l=i(a),[,c]=s.getTierLevelsRange(l);return a===c},getPreviousLevelInfo:a=>{if(a<=1)return null;const l=a-1,c=i(a),_=i(l);return{prevLevel:l,prevTier:_,isTierChange:_<c}}};return s},[e]),Mo=()=>{const{gameState:e,setGameState:t,resetGame:o,config:n}=Ke(),i=n.current.i18n,r=n.current.levelConfig,s=yt(r),{showToast:a}=ge(),{currentLevel:l,totalScore:c,levelScores:_,currentScore:u,showClue:h}=e,d=_[l]||0,m=s.getTotalTiers(),[v,y]=I(!1),[g,p]=I(!1),[T,k]=I(!1),[$,N]=I(s.getTierLevelsRange(1)),{generateCurrentLevelMaze:U}=Ct({gameState:e,setGameState:t,config:n});P(()=>{N(s.getTierLevelsRange(e.currentTier))},[e.currentTier]);const R=A=>{const ie=s.getFirstLevelOfTier(A);s.isLevelUnlocked(ie,e.highestUnlockedLevel)&&(t(on=>({...on,currentTier:A})),L(ie))},L=A=>{s.isLevelUnlocked(A,e.highestUnlockedLevel)&&(t(ie=>({...ie,currentLevel:A})),U(),a(i.levelGoToast.replace("%LEVEL%",A.toString()),"success"))},x=()=>{y(!0)},z=()=>{y(!1)},O=()=>{k(!0)},Ko=()=>{k(!1)},Zo=()=>{t(A=>(a(A.showClue?i.cluePathDisabled:i.cluePathEnabled),{...A,showClue:!A.showClue,currentScore:Math.floor(A.currentScore/2)})),k(!1)},Qo=()=>{p(!0)},en=()=>{o(),p(!1),a(i.resetDoneToast)},tn=()=>{p(!1)};return f("div",{class:"game-panel-container",children:[f("div",{className:"game-controls",children:[f("div",{className:"selectors-container",children:[f(ko,{i18n:i,totalTiers:m,currentTier:e.currentTier,highestUnlockedTier:e.highestUnlockedTier,onTierChange:R,disabled:e.levelTransitioning}),f(zo,{i18n:i,levelsRange:$,currentLevel:e.currentLevel,highestUnlockedLevel:e.highestUnlockedLevel,onLevelChange:L,disabled:e.levelTransitioning})]}),f("div",{className:"score-container",children:[f("div",{className:"score-box currentscore",children:[f("span",{className:"score-label",children:[i.levelScore,":"]}),f("span",{className:"score-data",children:u})]}),f("div",{className:"score-box bestscore",children:[f("span",{className:"score-label",children:[i.bestScore,":"]}),f("span",{className:"score-data",children:d})]}),f("div",{className:"score-box totalscore",children:[f("span",{className:"score-label",children:[i.total,":"]}),f("span",{className:"score-data",children:c})]})]})]}),f("div",{className:"game-settings",children:f(wo,{onClick:x,className:"game-settings-icon"})}),f(Ce,{isOpen:v,title:i.settings,noConfirm:!0,cancelText:i.close,onCancel:z,children:[f("div",{className:"settings-item-box",children:[f("div",{}),f("button",{className:`settings-clue-button ${h?"clue-on":"clue-off"}`,disabled:h,title:"Toggle Clue",onClick:O,children:h?i.clueOn:i.clueOff}),f("div",{className:"settings-item-tip",children:i.clueTip})]}),f("div",{className:"settings-item-box",children:[f("button",{className:"settings-reset-button",title:"Reset Game",onClick:Qo,children:i.reset}),f("div",{className:"settings-item-tip",children:i.resetTip})]})]}),f(Ce,{isOpen:g,title:i.confirmReset,message:i.confirmResetMessage,confirmText:i.reset,cancelText:i.cancel,onConfirm:en,onCancel:tn}),f(Ce,{isOpen:T,title:i.confirmClue,message:i.confirmClueMessage,confirmText:i.confirm,cancelText:i.cancel,onConfirm:Zo,onCancel:Ko})]})},Io=({message:e,visible:t,duration:o=2e3,onClose:n,position:i="center",type:r="info"})=>e?(P(()=>{let s;return t&&o>0&&n&&(s=setTimeout(()=>{n()},o)),()=>{s&&clearTimeout(s)}},[t,o,n]),f("div",{className:`toast-container position-${i}`,children:f("div",{className:`toast-message type-${r} ${t?"toast-visible":""}`,children:e})})):null,$o=(e,t,o)=>{P(()=>{const n=()=>{const i=e.current;if(!i)return;const r=i.parentElement;if(!r)return;const s=r.clientWidth,a=window.devicePixelRatio||1;i.style.width=`${s}px`,i.style.height=`${s}px`,i.width=s*a,i.height=s*a,t(e,o.current)};return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)},[e])},wt={ArrowUp:[-1,0],ArrowDown:[1,0],ArrowLeft:[0,-1],ArrowRight:[0,1]},Ro=({containerRef:e,gameState:t,setGameState:o,onFoodCollected:n,onFoodNotAllCollected:i})=>{P(()=>{const r=l=>{if(!t.isGameActive||!t.maze)return;const[c,_]=wt[l],{row:u,col:h}=t.playerPosition,d=u+c,m=h+_;if(!t.maze.isValid(d,m))return;const v=t.maze.grid[u][h];if(c===-1&&v.walls.top||c===1&&v.walls.bottom||_===-1&&v.walls.left||_===1&&v.walls.right)return;const y={row:d,col:m},g=`${d},${m}`;o(p=>{const T=p.foodPositions.some(x=>x.row===d&&x.col===m);T&&n();const k=Math.max(0,p.currentScore-1),$=`${u},${h}-${d},${m}`,N=d===p.exitPosition.row&&m===p.exitPosition.col,U=T?p.foodCollected+1:p.foodCollected,R=U===p.totalFoodCount,L=N&&R;return N&&!R&&i(),{...p,playerPosition:y,playerPath:[...p.playerPath,y],foodPositions:p.foodPositions.filter(x=>!(x.row===d&&x.col===m)),foodCollected:U,currentScore:k,visitCounts:{...p.visitCounts,[$]:(p.visitCounts[$]||0)+1,[g]:(p.visitCounts[g]||0)+1},moveCount:p.moveCount+1,playerAtExit:N,isGameActive:!L,levelTransitioning:L}})},s=l=>{if(!t.isGameActive||!t.maze)return;const c=l.key;c in wt&&(l.preventDefault(),r(c))},a=l=>{if(l.preventDefault(),!t.isGameActive||!t.maze)return;const c=l.touches[0],_=document.elementFromPoint(c.clientX,c.clientY);_&&(_.classList.contains("maze-up")?r("ArrowUp"):_.classList.contains("maze-down")?r("ArrowDown"):_.classList.contains("maze-left")?r("ArrowLeft"):_.classList.contains("maze-right")&&r("ArrowRight"))};return window.addEventListener("keydown",s),e.current?.addEventListener("touchstart",a,{passive:!1}),()=>{window.removeEventListener("keydown",s),e.current?.removeEventListener("touchstart",a)}},[t.isGameActive,t.maze,t.playerPosition,t.exitPosition])},Fo=({gameState:e,setGameState:t,config:o,onLevelComplete:n,onTierUnlocked:i})=>{P(()=>{if(e.levelTransitioning){n();const a=setTimeout(()=>{s(e.currentScore,o.current.levelConfig)},1e3);return()=>clearTimeout(a)}},[e.levelTransitioning]);const r=yt(o.current.levelConfig),s=(a,l)=>{const c=r.getNextLevelInfo(e.currentLevel);if(!c)return;const{nextLevel:_,nextTier:u,isTierChange:h}=c,d=gt(_,l.flat());d&&t(m=>{h&&i(u);const v={...m.levelScores};return v[m.currentLevel]=Math.max(a,v[m.currentLevel]||0),{...m,...d,currentLevel:_,currentTier:u,highestUnlockedLevel:Math.max(m.highestUnlockedLevel,_),highestUnlockedTier:Math.max(m.highestUnlockedTier,u),levelScores:v,totalScore:Object.values(v).reduce((y,g)=>y+g,0),showClue:!1,isGameActive:!0,levelTransitioning:!1}})};return{handleLevelComplete:s}};function Uo(e,t){const{ctx:o,width:n,height:i,maze:r}=e;t.playerColor=e.playerAtExit?t.playerAtExitColor:t.playerColor;const{padding:s,wallWidth:a,wallColor:l,playerColor:c,exitColor:_,foodColor:u,clueColor:h,backgroundColor:d}=t,m=r.cols,v=r.rows,y=(n-s*2)/m,g=(i-s*2)/v;o.clearRect(0,0,n,i),o.save(),o.fillStyle=d,o.fillRect(0,0,n,i),o.restore(),e.showClue&&e.playerPath&&e.playerPath.length>0&&Wo(e,{cellWidth:y,cellHeight:g,padding:s,clueColor:h}),Oo(e,{cellWidth:y,cellHeight:g,padding:s,wallColor:l,wallWidth:a}),Ho(e,{cellWidth:y,cellHeight:g,padding:s,foodColor:u}),e.playerAtExit||jo(e,{cellWidth:y,cellHeight:g,padding:s,exitColor:_}),Do(e,{cellWidth:y,cellHeight:g,padding:s,playerColor:c})}function Oo(e,t){const{ctx:o,maze:n}=e,{cellWidth:i,cellHeight:r,padding:s,wallColor:a,wallWidth:l}=t;o.save(),o.strokeStyle=a,o.lineWidth=l,o.lineCap="round",o.beginPath();for(let c=0;c<n.rows;c++)for(let _=0;_<n.cols;_++){const u=n.grid[c][_],h=s+_*i,d=s+c*r;u.walls.top&&(o.moveTo(h,d),o.lineTo(h+i,d)),u.walls.right&&(o.moveTo(h+i,d),o.lineTo(h+i,d+r)),u.walls.bottom&&(o.moveTo(h+i,d+r),o.lineTo(h,d+r)),u.walls.left&&(o.moveTo(h,d+r),o.lineTo(h,d))}o.stroke(),o.restore()}function Do(e,t){const{ctx:o,playerPosition:n}=e,{cellWidth:i,cellHeight:r,padding:s,playerColor:a}=t,{x:l,y:c}=X(n.row,n.col,i,r,s),_=Math.min(i,r)*.35;o.save(),o.fillStyle=a,o.beginPath(),o.arc(l,c,_,0,Math.PI*2),o.fill(),o.restore()}function jo(e,t){const{ctx:o,exitPosition:n}=e,{cellWidth:i,cellHeight:r,padding:s,exitColor:a}=t,{x:l,y:c}=X(n.row,n.col,i,r,s),_=Math.min(i,r)*.35;o.save(),o.fillStyle=a,o.beginPath(),o.arc(l,c,_,0,Math.PI*2),o.fill(),o.restore()}function Ho(e,t){const{ctx:o,foodPositions:n}=e,{cellWidth:i,cellHeight:r,padding:s,foodColor:a}=t;o.fillStyle=a;const l=Math.min(i,r)*.25;n.forEach(c=>{const{x:_,y:u}=X(c.row,c.col,i,r,s);Go(o,_,u,l*1.2,5,l*.6)})}function Go(e,t,o,n,i,r){e.save(),e.beginPath();for(let s=0;s<i*2;s++){const a=s%2===0?n:r,l=Math.PI*s/i;e.lineTo(t+a*Math.sin(l),o+a*Math.cos(l))}e.closePath(),e.fill(),e.restore()}function Wo(e,t){const{ctx:o,playerPath:n,visitCounts:i}=e,{cellWidth:r,cellHeight:s,padding:a,clueColor:l}=t;if(!(!n||n.length<2||!i)){o.save();for(let c=1;c<n.length;c++){const _=n[c-1],u=n[c],h=`${_.row},${_.col}-${u.row},${u.col}`,d=`${u.row},${u.col}-${_.row},${_.col}`,m=(i[h]||0)+(i[d]||0),v=Math.min(.2+m*.1,.9),y=Math.max(3,r*.1)+m*.5;try{o.strokeStyle=l.replace(")",`, ${v})`).replace("rgb(","rgba(")}catch{o.strokeStyle=`rgba(255, 0, 0, ${v})`}o.lineWidth=y,o.lineCap="round",o.lineJoin="round";const{x:g,y:p}=X(_.row,_.col,r,s,a),{x:T,y:k}=X(u.row,u.col,r,s,a);o.beginPath(),o.moveTo(g,p),o.lineTo(T,k),o.stroke()}o.restore()}}function X(e,t,o,n,i){return{x:i+t*o+o/2,y:i+e*n+n/2}}const Bo=new no,Vo=()=>{const{message:e,visible:t,type:o,hideToast:n}=ge();return f(Io,{message:e,visible:t,type:o,onClose:n,position:"top"})},qo=()=>{const{gameState:e,setGameState:t,config:o}=Ke(),n=q(null),i=q(null),r=q(e),s=o.current.i18n,{showToast:a}=ge();P(()=>{r.current=e},[e]);const l=()=>{const h=e.totalFoodCount-e.foodCollected-1;if(h>0){a(s.foodCollectedToast.replace("%NUM%",h.toString()),"success");return}a(s.allFoodCollectedToast,"success")},c=()=>{const h=e.totalFoodCount-e.foodCollected-1;a(s.warnNotAllFoodCollectedToast.replace("%NUM%",h.toString()),"warning")},_=(h,d)=>{const m=h.current?.getContext("2d");m&&d.maze&&Uo({ctx:m,width:h.current.width,height:h.current.height,maze:d.maze,playerPosition:d.playerPosition,exitPosition:d.exitPosition,foodPositions:d.foodPositions,showClue:d.showClue,playerPath:d.playerPath,visitCounts:d.visitCounts,playerAtExit:d.playerAtExit},o.current.renderConfig||{})};P(()=>{a(s.useArrowKeyTips,"info",3e3)},[]),$o(i,_,r);const{generateCurrentLevelMaze:u}=Ct({gameState:e,setGameState:t,config:o});return Ro({containerRef:n,gameState:e,setGameState:t,onFoodCollected:l,onFoodNotAllCollected:c}),Fo({gameState:e,setGameState:t,config:o,onLevelComplete:()=>{Bo.addConfetti(),a(s.levelCompleteToast,"success")},onTierUnlocked:h=>{a(s.tierUnlockedToast.replace("%TIER%",h.toString()),"success")}}),P(()=>{e.isGameActive&&!e.levelTransitioning&&u()},[e.currentLevel,e.isGameActive,e.levelTransitioning]),P(()=>{i.current&&e.maze&&_(i,e)},[e]),f("div",{className:"maze-game-container",children:[f(Vo,{}),f(Mo,{}),f("div",{className:"maze-canvas-container",ref:n,children:[f("canvas",{ref:i,className:"maze-game-canvas"}),f("div",{className:"maze-touch-area maze-up"}),f("div",{className:"maze-touch-area maze-down"}),f("div",{className:"maze-touch-area maze-left"}),f("div",{className:"maze-touch-area maze-right"})]})]})};function Xo(){return f(bo,{children:f(qo,{})})}function Yo({config:e={}}){const t={...ne.i18n,...e.i18n||{}},o={...ne.renderConfig,...e.renderConfig||{}},n=e.levelConfig||ye;return e={...ne,...e,i18n:t,levelConfig:n,renderConfig:o},f(Mt,{config:e,children:f(Xo,{})})}const Jo={root:"https://unpkg.com/@roudanio/maze@0.0.4/dist/",...ne};return`${JSON.stringify(Jo,null,2)}`,{async init(e,t){const o=typeof e=="string"?document.querySelector(e):e;if(!o){console.warn("Cannot find the root element");const l=document.createElement("div");l.style.textAlign="center",l.style.padding="20px",l.innerHTML="Cannot find the root element",document.body.append(l);return}let{root:n=location.origin}=t;n.at(-1)!=="/"&&(n+="/");const i=document.createElement("div"),r=document.createElement("div");i.style.cssText=`
2
27
  height: 30px;
3
28
  width: 100%;
4
29
  border: solid 2px #999;
5
30
  margin: 20% auto;
6
- `,i.style.cssText=`
31
+ `,r.style.cssText=`
7
32
  width: 99%;
8
33
  height: 100%;
9
34
  background: #999;
10
35
  animation: loading 1.5s ease-in-out;
11
36
  transition: width 1.5s ease-in-out;
12
37
  transition: width 1.5s ease-in-out;
13
- `,r.append(i),o.append(r);const s=document.createElement("style");s.innerHTML=`
38
+ `,i.append(r),o.append(i);const s=document.createElement("style");s.innerHTML=`
14
39
  @keyframes loading {
15
40
  0% { width: 0%; }
16
41
  100% { width: 99%; }
17
- }`,document.head.appendChild(s),await(async a=>new Promise((d,_)=>{const l=document.createElement("link");l.rel="stylesheet",l.type="text/css",l.href=a,l.onload=d,l.onerror=_,document.head.appendChild(l)}))(n+"maze.css"),et(f($t,{config:e}),o)}}}();
42
+ }`,document.head.appendChild(s),await(async l=>new Promise((c,_)=>{const u=document.createElement("link");u.rel="stylesheet",u.type="text/css",u.href=l,u.onload=c,u.onerror=_,document.head.appendChild(u)}))(n+"maze.css"),St(f(Yo,{config:t}),o)}}}();