@roudanio/maze 0.0.7 → 0.0.8
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 +1 -1
- package/dist/maze.iife.js +2 -27
- package/dist/maze.js +867 -1176
- package/dist/maze.umd.js +2 -27
- package/package.json +1 -1
package/dist/maze.css
CHANGED
|
@@ -1 +1 @@
|
|
|
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 .
|
|
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 .game-settings{display:flex;align-items:center;justify-content:center}.maze-game-container .game-settings .game-settings-icon{font-size:2rem;cursor:pointer}.maze-game-container .maze-dialog-content{margin-bottom:15px}.maze-game-container .settings-stats{padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;align-items:start;gap:6px;text-align:left}.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;box-shadow:none;transform:none}.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,29 +1,4 @@
|
|
|
1
|
-
var Maze=function(){"use strict";var Y,y,we,F,be,ke,Te,ze,re,se,le,Pe,B={},Ne=[],bt=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,V=Array.isArray;function E(e,t){for(var o in t)e[o]=t[o];return e}function ae(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&&y.vnode!=null&&y.vnode(r),r}function W(e){return e.children}function M(e,t){this.props=e,this.context=t}function j(e,t){if(t==null)return e.__?j(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"?j(e):null}function Se(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 Se(e)}}function ce(e){(!e.__d&&(e.__d=!0)&&F.push(e)&&!K.__r++||be!=y.debounceRendering)&&((be=y.debounceRendering)||ke)(K)}function K(){for(var e,t,o,n,i,r,s,l=1;F.length;)F.length>l&&F.sort(Te),e=F.shift(),l=F.length,e.__d&&(o=void 0,i=(n=(t=e).__v).__e,r=[],s=[],t.__P&&((o=E({},n)).__v=n.__v+1,y.vnode&&y.vnode(o),ue(t.__P,o,n,t.__n,t.__P.namespaceURI,32&n.__u?[i]:null,r,i??j(n),!!(32&n.__u),s),o.__v=n.__v,o.__.__k[o.__i]=o,Me(r,o,s),o.__e!=i&&Se(o)));K.__r=0}function Le(e,t,o,n,i,r,s,l,a,c,_){var u,h,d,m,g,p,C=n&&n.__k||Ne,v=t.length;for(a=kt(o,t,C,a,v),u=0;u<v;u++)(d=o.__k[u])!=null&&(h=d.__i==-1?B:C[d.__i]||B,d.__i=u,p=ue(e,d,h,i,r,s,l,a,c,_),m=d.__e,d.ref&&h.ref!=d.ref&&(h.ref&&_e(h.ref,null,d),_.push(d.ref,d.__c||m,d)),g==null&&m!=null&&(g=m),4&d.__u||h.__k===d.__k?a=xe(d,a,e):typeof d.type=="function"&&p!==void 0?a=p:m&&(a=m.nextSibling),d.__u&=-7);return o.__e=g,a}function kt(e,t,o,n,i){var r,s,l,a,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"?(a=r+h,(s=e.__k[r]=typeof s=="string"||typeof s=="number"||typeof s=="bigint"||s.constructor==String?J(null,s,null,null,null):V(s)?J(W,{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,l=null,(c=s.__i=Tt(s,o,a,u))!=-1&&(u--,(l=o[c])&&(l.__u|=2)),l==null||l.__v==null?(c==-1&&(i>_?h--:i<_&&h++),typeof s.type!="function"&&(s.__u|=4)):c!=a&&(c==a-1?h--:c==a+1?h++:(c>a?h--:h++,s.__u|=4))):e.__k[r]=null;if(u)for(r=0;r<_;r++)(l=o[r])!=null&&(2&l.__u)==0&&(l.__e==n&&(n=j(l)),Re(l,l));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=j(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"||(V(e)?e.some(function(o){Z(o,t)}):t.push(e)),t}function Tt(e,t,o,n){var i,r,s=e.key,l=e.type,a=t[o];if(a===null&&e.key==null||a&&s==a.key&&l==a.type&&(2&a.__u)==0)return o;if(n>(a!=null&&(2&a.__u)==0?1:0))for(i=o-1,r=o+1;i>=0||r<t.length;){if(i>=0){if((a=t[i])&&(2&a.__u)==0&&s==a.key&&l==a.type)return i;i--}if(r<t.length){if((a=t[r])&&(2&a.__u)==0&&s==a.key&&l==a.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?le:se,r)):e.removeEventListener(t,r?le: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(y.event?y.event(t):t)}}}function ue(e,t,o,n,i,r,s,l,a,c){var _,u,h,d,m,g,p,C,v,T,k,R,S,U,$,L,x,z=t.type;if(t.constructor!=null)return null;128&o.__u&&(a=!!(32&o.__u),r=[l=t.__e=o.__e]),(_=y.__b)&&_(t);e:if(typeof z=="function")try{if(C=t.props,v="prototype"in z&&z.prototype.render,T=(_=z.contextType)&&n[_.__c],k=_?T?T.props.value:_.__:n,o.__c?p=(u=t.__c=o.__c).__=u.__E:(v?t.__c=u=new z(C,k):(t.__c=u=new M(C,k),u.constructor=z,u.render=Pt),T&&T.sub(u),u.props=C,u.state||(u.state={}),u.context=k,u.__n=n,h=u.__d=!0,u.__h=[],u._sb=[]),v&&u.__s==null&&(u.__s=u.state),v&&z.getDerivedStateFromProps!=null&&(u.__s==u.state&&(u.__s=E({},u.__s)),E(u.__s,z.getDerivedStateFromProps(C,u.__s))),d=u.props,m=u.state,u.__v=t,h)v&&z.getDerivedStateFromProps==null&&u.componentWillMount!=null&&u.componentWillMount(),v&&u.componentDidMount!=null&&u.__h.push(u.componentDidMount);else{if(v&&z.getDerivedStateFromProps==null&&C!==d&&u.componentWillReceiveProps!=null&&u.componentWillReceiveProps(C,k),!u.__e&&u.shouldComponentUpdate!=null&&u.shouldComponentUpdate(C,u.__s,k)===!1||t.__v==o.__v){for(t.__v!=o.__v&&(u.props=C,u.state=u.__s,u.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.some(function(O){O&&(O.__=t)}),R=0;R<u._sb.length;R++)u.__h.push(u._sb[R]);u._sb=[],u.__h.length&&s.push(u);break e}u.componentWillUpdate!=null&&u.componentWillUpdate(C,u.__s,k),v&&u.componentDidUpdate!=null&&u.__h.push(function(){u.componentDidUpdate(d,m,g)})}if(u.context=k,u.props=C,u.__P=e,u.__e=!1,S=y.__r,U=0,v){for(u.state=u.__s,u.__d=!1,S&&S(t),_=u.render(u.props,u.state,u.context),$=0;$<u._sb.length;$++)u.__h.push(u._sb[$]);u._sb=[]}else do u.__d=!1,S&&S(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())),v&&!h&&u.getSnapshotBeforeUpdate!=null&&(g=u.getSnapshotBeforeUpdate(d,m)),L=_,_!=null&&_.type===W&&_.key==null&&(L=Ie(_.props.children)),l=Le(e,V(L)?L:[L],t,o,n,i,r,s,l,a,c),u.base=t.__e,t.__u&=-161,u.__h.length&&s.push(u),p&&(u.__E=u.__=null)}catch(O){if(t.__v=null,a||r!=null)if(O.then){for(t.__u|=a?160:128;l&&l.nodeType==8&&l.nextSibling;)l=l.nextSibling;r[r.indexOf(l)]=null,t.__e=l}else for(x=r.length;x--;)ae(r[x]);else t.__e=o.__e,t.__k=o.__k;y.__e(O,t,o)}else r==null&&t.__v==o.__v?(t.__k=o.__k,t.__e=o.__e):l=t.__e=zt(o.__e,t,o,n,i,r,s,a,c);return(_=y.diffed)&&_(t),128&t.__u?void 0:l}function Me(e,t,o){for(var n=0;n<o.length;n++)_e(o[n],o[++n],o[++n]);y.__c&&y.__c(t,e),e.some(function(i){try{e=i.__h,i.__h=[],e.some(function(r){r.call(i)})}catch(r){y.__e(r,i.__v)}})}function Ie(e){return typeof e!="object"||e==null||e.__b&&e.__b>0?e:V(e)?e.map(Ie):E({},e)}function zt(e,t,o,n,i,r,s,l,a){var c,_,u,h,d,m,g,p=o.props,C=t.props,v=t.type;if(v=="svg"?i="http://www.w3.org/2000/svg":v=="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==!!v&&(v?d.localName==v:d.nodeType==3)){e=d,r[c]=null;break}}if(e==null){if(v==null)return document.createTextNode(C);e=document.createElementNS(i,v,C.is&&C),l&&(y.__m&&y.__m(t,r),l=!1),r=null}if(v==null)p===C||l&&e.data==C||(e.data=C);else{if(r=r&&Y.call(e.childNodes),p=o.props||B,!l&&r!=null)for(p={},c=0;c<e.attributes.length;c++)p[(d=e.attributes[c]).name]=d.value;for(c in p)if(d=p[c],c!="children"){if(c=="dangerouslySetInnerHTML")u=d;else if(!(c in C)){if(c=="value"&&"defaultValue"in C||c=="checked"&&"defaultChecked"in C)continue;Q(e,c,null,d,i)}}for(c in C)d=C[c],c=="children"?h=d:c=="dangerouslySetInnerHTML"?_=d:c=="value"?m=d:c=="checked"?g=d:l&&typeof d!="function"||p[c]===d||Q(e,c,d,p[c],i);if(_)l||u&&(_.__html==u.__html||_.__html==e.innerHTML)||(e.innerHTML=_.__html),t.__k=[];else if(u&&(e.innerHTML=""),Le(t.type=="template"?e.content:e,V(h)?h:[h],t,o,n,v=="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,s,r?r[0]:o.__k&&j(o,0),l,a),r!=null)for(c=r.length;c--;)ae(r[c]);l||(c="value",v=="progress"&&m==null?e.removeAttribute("value"):m!=null&&(m!==e[c]||v=="progress"&&!m||v=="option"&&m!=p[c])&&Q(e,c,m,p[c],i),c="checked",g!=null&&g!=e[c]&&Q(e,c,g,p[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){y.__e(i,o)}}function Re(e,t,o){var n,i;if(y.unmount&&y.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){y.__e(r,t)}n.base=n.__P=null}if(n=e.__k)for(i=0;i<n.length;i++)n[i]&&Re(n[i],t,o||typeof e.type!="function");o||ae(e.__e),e.__c=e.__=e.__e=void 0}function Pt(e,t,o){return this.constructor(e,o)}function Nt(e,t,o){var n,i,r,s;t==document&&(t=document.documentElement),y.__&&y.__(e,t),i=(n=!1)?null:t.__k,r=[],s=[],ue(t,e=t.__k=D(W,null,[e]),i||B,B,t.namespaceURI,i?null:t.firstChild?Y.call(t.childNodes):null,r,i?i.__e:t.firstChild,n,s),Me(r,e,s)}function $e(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=Ne.slice,y={__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(l){e=l}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=W,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),le=Ee(!0),Pe=0;var St=0;function f(e,t,o,n,i,r){t||(t={});var s,l,a=t;if("ref"in a)for(l in a={},t)l=="ref"?s=t[l]:a[l]=t[l];var c={type:e,props:a,key:o,ref:s,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--St,__i:-1,__u:0,__source:i,__self:r};if(typeof e=="function"&&(s=e.defaultProps))for(l in s)a[l]===void 0&&(a[l]=s[l]);return y.vnode&&y.vnode(c),c}var H,w,de,Fe,q=0,Ue=[],b=y,Oe=b.__b,De=b.__r,We=b.diffed,je=b.__c,He=b.unmount,Ge=b.__;function ee(e,t){b.__h&&b.__h(w,e,q||t),q=0;var o=w.__H||(w.__H={__:[],__h:[]});return e>=o.__.length&&o.__.push({}),o.__[e]}function I(e){return q=1,Lt(Ye,e)}function Lt(e,t,o){var n=ee(H++,2);if(n.t=e,!n.__c&&(n.__=[o?o(t):Ye(void 0,t),function(l){var a=n.__N?n.__N[0]:n.__[0],c=n.t(a,l);a!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=w,!w.__f)){var i=function(l,a,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,l,a,c);var u=n.__c.props!==l;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,l,a,c)||u};w.__f=!0;var r=w.shouldComponentUpdate,s=w.componentWillUpdate;w.componentWillUpdate=function(l,a,c){if(this.__e){var _=r;r=void 0,i(l,a,c),r=_}s&&s.call(this,l,a,c)},w.shouldComponentUpdate=i}return n.__N||n.__}function P(e,t){var o=ee(H++,3);!b.__s&&Xe(o.__H,t)&&(o.__=e,o.u=t,w.__H.__h.push(o))}function G(e){return q=5,he(function(){return{current:e}},[])}function he(e,t){var o=ee(H++,7);return Xe(o.__H,t)&&(o.__=e(),o.__H=t,o.__h=e),o.__}function Be(e,t){return q=8,he(function(){return e},t)}function Ve(e){var t=w.context[e.__c],o=ee(H++,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),Ge&&Ge(e,t)},b.__r=function(e){De&&De(e),H=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=[],H=0)),de=w},b.diffed=function(e){We&&We(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)}}),je&&je(e,t)},b.unmount=function(e){He&&He(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=$e(void 0),Mt=({children:e,config:t})=>{const o=G(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 l=()=>{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(Je.Provider,{value:{gameState:r,setGameState:s,config:o,resetGame:l},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 ve(e,t,o){return t&&It(e.prototype,t),e}function Ze(e){return+e.replace(/px/,"")}function Rt(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 N(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[N(0,e.length)]}var $t=.00125,Ft=5e-4,Ut=9e-4,Ot=1e-5,Dt=6,Wt=80,jt=.9,Ht=1.7,Gt=.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,l=t.emojiSize,a=t.canvasWidth,c=N(jt,Ht,3),_=c*et(a);this.confettiSpeed={x:_,y:_},this.finalConfettiSpeedX=N(Gt,Bt,3),this.rotationSpeed=s.length?.01:N(Vt,qt,3)*et(a),this.dragForceCoefficient=N(Ft,Ut,6),this.radius={x:i,y:i},this.initialRadius=i,this.rotationAngle=n==="left"?N(0,.2,3):N(-.2,0,3),this.emojiSize=l,this.emojiRotationAngle=N(0,2*Math.PI),this.radiusYUpdateDirection="down";var u=n==="left"?N(Yt,Xt)*Math.PI/180:N(-15,-82)*Math.PI/180;this.absCos=Math.abs(Math.cos(u)),this.absSin=Math.abs(Math.sin(u));var h=N(-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 ve(e,[{key:"draw",value:function(o){var n=this.currentPosition,i=this.radius,r=this.color,s=this.emoji,l=this.rotationAngle,a=this.emojiRotationAngle,c=this.emojiSize,_=window.devicePixelRatio;r?(o.fillStyle=r,o.beginPath(),o.ellipse(n.x*_,n.y*_,i.x*_,i.y*_,l,0,2*Math.PI),o.fill()):s&&(o.font="".concat(c,"px serif"),o.save(),o.translate(_*n.x,_*n.y),o.rotate(a),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,l=this.radiusYUpdateDirection,a=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+$t*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}l==="down"?(this.radius.y-=o*a,this.radius.y<=0&&(this.radius.y=0,this.radiusYUpdateDirection="up")):(this.radius.y+=o*a,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,l=e.emojis,a=l===void 0?e.emojies||[]:l,c=e.emojiSize,_=c===void 0?Wt: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:a,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 ve(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,l=o.currentTime;this.shapes=this.shapes.filter(function(a){return a.updatePosition(s,l),a.draw(r.canvasContext),i?a.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 ve(e,[{key:"loop",value:function(){this.requestAnimationFrameRequested=!1,Rt(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,l=n.emojis,a=n.emojiSize,c=this.canvas.getBoundingClientRect(),_=c.width,u=c.height,h=u*5/7,d={x:0,y:h},m={x:_,y:h},g=new oo(this.canvasContext),p=0;p<r/2;p++){var C=new tt({initialPosition:d,direction:"right",confettiRadius:i,confettiColors:s,confettiNumber:r,emojis:l,emojiSize:a,canvasWidth:_}),v=new tt({initialPosition:m,direction:"left",confettiRadius:i,confettiColors:s,confettiNumber:r,emojis:l,emojiSize:a,canvasWidth:_});g.addShapes(C,v)}return this.activeConfettiBatches.push(g),this.queueAnimationFrameIfNeeded(),g.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=y.__b;y.__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=y.__e;y.__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 lt=y.unmount;function at(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 at(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 pe(){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}y.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),lt&<(e)},(pe.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(l):l())};o.__R=s;var l=function(){if(!--n.__u){if(n.state.__a){var a=n.state.__a;n.__v.__k[0]=ct(a,a.__c.__P,a.__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)},pe.prototype.componentWillUnmount=function(){this.o=[]},pe.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]=at(this.__b,o,n.__O=n.__P)}this.__b=null}var i=t.__a&&D(W,null,e.fallback);return i&&(i.__u&=-33),[D(W,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,lo=/^(?: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]/,ao=/^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=y.event;function ho(){}function fo(){return this.cancelBubble}function mo(){return this.defaultPrevented}y.event=function(e){return dt&&(e=dt(e)),e.persist=ho,e.isPropagationStopped=fo,e.isDefaultPrevented=mo,e.nativeEvent=e};var vo={enumerable:!1,configurable:!0,get:function(){return this.class}},ht=y.vnode;y.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 l=o[s];if(!(s==="value"&&"defaultValue"in o&&l==null||uo&&s==="children"&&n==="noscript"||s==="class"||s==="className")){var a=s.toLowerCase();s==="defaultValue"&&"value"in o&&o.value==null?s="value":s==="download"&&l===!0?l="":a==="translate"&&l==="no"?l=!1:a[0]==="o"&&a[1]==="n"?a==="ondoubleclick"?s="ondblclick":a!=="onchange"||n!=="input"&&n!=="textarea"||_o(o.type)?a==="onfocus"?s="onfocusin":a==="onblur"?s="onfocusout":ao.test(s)&&(s=a):a=s="oninput":r&&lo.test(s)?s=s.replace(co,"-$&").toLowerCase():l===null&&(l=void 0),a==="oninput"&&i[s=a]&&(s="oninputCapture"),i[s]=l}}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",vo)):(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=y.__r;y.__r=function(e){ft&&ft(e),e.__c};var mt=y.diffed;y.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 po=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),vt=(...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,...l},a)=>D("svg",{ref:a,...go,width:t,height:t,stroke:e,strokeWidth:n?Number(o)*24/Number(t):o,className:vt("lucide",i),...l},[...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:vt(`lucide-${po(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"}]]),pt=$e(void 0),bo=({children:e})=>{const[t,o]=I(null),[n,i]=I(!1),[r,s]=I("info"),[l,a]=I(null),c=Be(()=>{i(!1),l&&(clearTimeout(l),a(null))},[l]),_=Be((u,h="info",d=3e3)=>{if(n&&c(),o(u),s(h),i(!0),d>0){const m=setTimeout(()=>{i(!1)},d);a(m)}},[n,c]);return f(pt.Provider,{value:{message:t,visible:n,type:r,showToast:_,hideToast:c},children:e})},ge=()=>{const e=Ve(pt);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,l)=>l+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:l=>{l.target&&l.target.value&&i(Number(l.target.value))},disabled:r,className:"level-dropdown",children:s.map(l=>f("option",{value:l,disabled:l>n,children:[e.level," ",l]},`level-${l}`))})})},Ce=({isOpen:e,title:t,message:o,children:n,noConfirm:i=!1,noCancel:r=!1,confirmText:s="OK",cancelText:l="Cancel",onConfirm:a,onCancel:c})=>{const _=G(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:l}),!i&&f("button",{className:"maze-dialog-confirm",onClick:a,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,minWallWidth:1,wallColor:"#000000",exitColor:"#F44336",foodColor:"#4CAF50",clueColor:"rgb(255,0,0)",backgroundColor:"#ffffff",playerColor:"#4CAF50",playerAtExitColor:"#FFD700"},levelConfig:ye},No=e=>e===1?2:e>=2&&e<=5?3:e>=6&&e<=11?4:e>=12&&e<=15?5:6;class So{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 So(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,l=o+r.c;this.isValid(s,l)&&n.push({row:s,col:l})}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,l=this.maze.getUnvisitedNeighbors(r,s);if(l.length>0){const a=this.randomPick(l),{row:c,col:_}=a;this.maze.removeWall(r,s,c,_),this.maze.grid[c][_].visited=!0,t.push(a)}else t.pop()}}runPrims(){const t=[],o=(r,s)=>{const l=this.maze.getNeighbors(r,s);for(const a of l)!this.maze.grid[a.row][a.col].visited&&!t.some(c=>c.row===a.row&&c.col===a.col)&&t.push(a)},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:l,col:a}=s,c=this.maze.getVisitedNeighbors(l,a);if(c.length>0){const _=this.randomPick(c);this.maze.removeWall(l,a,_.row,_.col),this.maze.grid[l][a].visited=!0,o(l,a)}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,l=n.seed,a=n.method,c=n.entry||{row:0,col:0},_=n.exit||{row:r-1,col:s-1},u=Ao(r,s,a,l,c,_),h=No(e),d=[];for(let m=0;m<h;m++){let g;do g={row:Math.floor(u.random()*r),col:Math.floor(u.random()*s)};while(g.row===c.row&&g.col===c.col||g.row===_.row&&g.col===_.col||!Eo(u,g.row,g.col)||d.some(p=>p.row===g.row&&p.col===g.col));d.push(g)}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(l=>l.length),o=t.reduce((l,a)=>l+a,0),n=e.length,i=l=>{if(l<1||l>o)return 0;let a=0;for(let c=0;c<t.length;c++)if(a+=t[c],l<=a)return c+1;return 0},r=l=>l<1||l>n?0:t.slice(0,l-1).reduce((a,c)=>a+c,0)+1,s={getTotalLevels:()=>o,getTotalTiers:()=>n,getTierLevelsRange:l=>{if(l<1||l>n)return[0,0];const a=r(l),c=a+t[l-1]-1;return[a,c]},getTierByLevel:i,getFirstLevelOfTier:r,getLevelConfig:l=>{if(l<1||l>o)return null;const a=i(l),c=r(a),_=l-c;return e[a-1][_]},getTierConfig:l=>l<1||l>n?null:e[l-1],isLevelUnlocked:(l,a)=>l<=a,isTierUnlocked:(l,a)=>l<=a,getNextLevelInfo:l=>{if(l>=o)return null;const a=l+1,c=i(l),_=i(a);return{nextLevel:a,nextTier:_,isTierChange:_>c}},getCurrentTierProgress:(l,a)=>{const[c,_]=s.getTierLevelsRange(a),u=l-c+1,h=_-c+1;return{current:u,total:h}},isLastLevelInTier:l=>{const a=i(l),[,c]=s.getTierLevelsRange(a);return l===c},getPreviousLevelInfo:l=>{if(l<=1)return null;const a=l-1,c=i(l),_=i(a);return{prevLevel:a,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:l}=ge(),{currentLevel:a,totalScore:c,levelScores:_,currentScore:u,showClue:h}=e,d=_[a]||0,m=s.getTotalTiers(),[g,p]=I(!1),[C,v]=I(!1),[T,k]=I(!1),[R,S]=I(s.getTierLevelsRange(1)),{generateCurrentLevelMaze:U}=Ct({gameState:e,setGameState:t,config:n});P(()=>{S(s.getTierLevelsRange(e.currentTier))},[e.currentTier]);const $=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(),l(i.levelGoToast.replace("%LEVEL%",A.toString()),"success"))},x=()=>{p(!0)},z=()=>{p(!1)},O=()=>{k(!0)},Ko=()=>{k(!1)},Zo=()=>{t(A=>(l(A.showClue?i.cluePathDisabled:i.cluePathEnabled),{...A,showClue:!A.showClue,currentScore:Math.floor(A.currentScore/2)})),k(!1)},Qo=()=>{v(!0)},en=()=>{o(),v(!1),l(i.resetDoneToast)},tn=()=>{v(!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:$,disabled:e.levelTransitioning}),f(zo,{i18n:i,levelsRange:R,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:g,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:C,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,Ro=(e,t,o)=>{P(()=>{const n=()=>{const i=e.current;if(!i)return;const r=i.parentElement;if(!r)return;const s=r.clientWidth,l=window.devicePixelRatio||1;i.style.width=`${s}px`,i.style.height=`${s}px`,i.width=s*l,i.height=s*l,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]},$o=({containerRef:e,gameState:t,setGameState:o,onFoodCollected:n,onFoodNotAllCollected:i})=>{P(()=>{const r=a=>{if(!t.isGameActive||!t.maze)return;const[c,_]=wt[a],{row:u,col:h}=t.playerPosition,d=u+c,m=h+_;if(!t.maze.isValid(d,m))return;const g=t.maze.grid[u][h];if(c===-1&&g.walls.top||c===1&&g.walls.bottom||_===-1&&g.walls.left||_===1&&g.walls.right)return;const p={row:d,col:m},C=`${d},${m}`;o(v=>{const T=v.foodPositions.some(x=>x.row===d&&x.col===m);T&&n();const k=Math.max(0,v.currentScore-1),R=`${u},${h}-${d},${m}`,S=d===v.exitPosition.row&&m===v.exitPosition.col,U=T?v.foodCollected+1:v.foodCollected,$=U===v.totalFoodCount,L=S&&$;return S&&!$&&i(),{...v,playerPosition:p,playerPath:[...v.playerPath,p],foodPositions:v.foodPositions.filter(x=>!(x.row===d&&x.col===m)),foodCollected:U,currentScore:k,visitCounts:{...v.visitCounts,[R]:(v.visitCounts[R]||0)+1,[C]:(v.visitCounts[C]||0)+1},moveCount:v.moveCount+1,playerAtExit:S,isGameActive:!L,levelTransitioning:L}})},s=a=>{if(!t.isGameActive||!t.maze)return;const c=a.key;c in wt&&(a.preventDefault(),r(c))},l=a=>{if(a.preventDefault(),!t.isGameActive||!t.maze)return;const c=a.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",l,{passive:!1}),()=>{window.removeEventListener("keydown",s),e.current?.removeEventListener("touchstart",l)}},[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 l=setTimeout(()=>{s(e.currentScore,o.current.levelConfig)},1e3);return()=>clearTimeout(l)}},[e.levelTransitioning]);const r=yt(o.current.levelConfig),s=(l,a)=>{const c=r.getNextLevelInfo(e.currentLevel);if(!c)return;const{nextLevel:_,nextTier:u,isTierChange:h}=c,d=gt(_,a.flat());d&&t(m=>{h&&i(u);const g={...m.levelScores};return g[m.currentLevel]=Math.max(l,g[m.currentLevel]||0),{...m,...d,currentLevel:_,currentTier:u,highestUnlockedLevel:Math.max(m.highestUnlockedLevel,_),highestUnlockedTier:Math.max(m.highestUnlockedTier,u),levelScores:g,totalScore:Object.values(g).reduce((p,C)=>p+C,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:l,wallColor:a,playerColor:c,exitColor:_,foodColor:u,clueColor:h,backgroundColor:d}=t,m=r.cols,g=r.rows,p=(n-s*2)/m,C=(i-s*2)/g;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&&Go(e,{cellWidth:p,cellHeight:C,padding:s,clueColor:h}),Oo(e,{cellWidth:p,cellHeight:C,padding:s,wallColor:a,wallWidth:l}),jo(e,{cellWidth:p,cellHeight:C,padding:s,foodColor:u}),e.playerAtExit||Wo(e,{cellWidth:p,cellHeight:C,padding:s,exitColor:_}),Do(e,{cellWidth:p,cellHeight:C,padding:s,playerColor:c})}function Oo(e,t){const{ctx:o,maze:n}=e,{cellWidth:i,cellHeight:r,padding:s,wallColor:l,wallWidth:a}=t;o.save(),o.strokeStyle=l,o.lineWidth=a,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:l}=t,{x:a,y:c}=X(n.row,n.col,i,r,s),_=Math.min(i,r)*.35;o.save(),o.fillStyle=l,o.beginPath(),o.arc(a,c,_,0,Math.PI*2),o.fill(),o.restore()}function Wo(e,t){const{ctx:o,exitPosition:n}=e,{cellWidth:i,cellHeight:r,padding:s,exitColor:l}=t,{x:a,y:c}=X(n.row,n.col,i,r,s),_=Math.min(i,r)*.35;o.save(),o.fillStyle=l,o.beginPath(),o.arc(a,c,_,0,Math.PI*2),o.fill(),o.restore()}function jo(e,t){const{ctx:o,foodPositions:n}=e,{cellWidth:i,cellHeight:r,padding:s,foodColor:l}=t;o.fillStyle=l;const a=Math.min(i,r)*.25;n.forEach(c=>{const{x:_,y:u}=X(c.row,c.col,i,r,s);Ho(o,_,u,a*1.2,5,a*.6)})}function Ho(e,t,o,n,i,r){e.save(),e.beginPath();for(let s=0;s<i*2;s++){const l=s%2===0?n:r,a=Math.PI*s/i;e.lineTo(t+l*Math.sin(a),o+l*Math.cos(a))}e.closePath(),e.fill(),e.restore()}function Go(e,t){const{ctx:o,playerPath:n,visitCounts:i}=e,{cellWidth:r,cellHeight:s,padding:l,clueColor:a}=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),g=Math.min(.2+m*.1,.9),p=Math.max(3,r*.1)+m*.5;try{o.strokeStyle=a.replace(")",`, ${g})`).replace("rgb(","rgba(")}catch{o.strokeStyle=`rgba(255, 0, 0, ${g})`}o.lineWidth=p,o.lineCap="round",o.lineJoin="round";const{x:C,y:v}=X(_.row,_.col,r,s,l),{x:T,y:k}=X(u.row,u.col,r,s,l);o.beginPath(),o.moveTo(C,v),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=G(null),i=G(null),r=G(e),s=o.current.i18n,{showToast:l}=ge(),a=G(!1);P(()=>{r.current=e},[e]);const c=()=>{const d=e.totalFoodCount-e.foodCollected-1;if(d>0){l(s.foodCollectedToast.replace("%NUM%",d.toString()),"success");return}l(s.allFoodCollectedToast,"success")},_=()=>{const d=e.totalFoodCount-e.foodCollected-1;l(s.warnNotAllFoodCollectedToast.replace("%NUM%",d.toString()),"warning")},u=(d,m)=>{const g=d.current?.getContext("2d");if(!g||!m.maze||a.current)return;a.current=!0;const p={...o.current.renderConfig||{}},v=o.current.levelConfig.flat()[m.currentLevel-1];v.wallWidth?p.wallWidth=v.wallWidth:m.maze.cols>40&&(p.wallWidth-=p.wallWidth*.05*(m.maze.cols-40),p.wallWidth=Math.max(p.wallWidth,p.minWallWidth)),Uo({ctx:g,width:d.current.width,height:d.current.height,maze:m.maze,playerPosition:m.playerPosition,exitPosition:m.exitPosition,foodPositions:m.foodPositions,showClue:m.showClue,playerPath:m.playerPath,visitCounts:m.visitCounts,playerAtExit:m.playerAtExit},p),requestAnimationFrame(()=>{a.current=!1})};P(()=>{l(s.useArrowKeyTips,"info",3e3)},[]),Ro(i,u,r);const{generateCurrentLevelMaze:h}=Ct({gameState:e,setGameState:t,config:o});return $o({containerRef:n,gameState:e,setGameState:t,onFoodCollected:c,onFoodNotAllCollected:_}),Fo({gameState:e,setGameState:t,config:o,onLevelComplete:()=>{Bo.addConfetti(),l(s.levelCompleteToast,"success")},onTierUnlocked:d=>{l(s.tierUnlockedToast.replace("%TIER%",d.toString()),"success")}}),P(()=>{e.isGameActive&&!e.levelTransitioning&&h()},[e.currentLevel,e.isGameActive,e.levelTransitioning]),P(()=>{i.current&&e.maze&&u(i,e)},[e.maze,e.playerPosition,e.exitPosition,e.foodPositions,e.showClue,e.playerPath,e.visitCounts,e.playerAtExit]),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.6/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 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}=t;n.at(-1)!=="/"&&(n+="/");const i=document.createElement("div"),r=document.createElement("div");i.style.cssText=`
|
|
1
|
+
var Maze=function(){"use strict";var B,w,pe,I,Ce,we,ye,be,oe,ne,ie,ke,j={},Te=[],nt=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,q=Array.isArray;function A(t,e){for(var o in e)t[o]=e[o];return t}function re(t){t&&t.parentNode&&t.parentNode.removeChild(t)}function it(t,e,o){var n,i,r,s={};for(r in e)r=="key"?n=e[r]:r=="ref"?i=e[r]:s[r]=e[r];if(arguments.length>2&&(s.children=arguments.length>3?B.call(arguments,2):o),typeof t=="function"&&t.defaultProps!=null)for(r in t.defaultProps)s[r]==null&&(s[r]=t.defaultProps[r]);return V(t,s,n,i,null)}function V(t,e,o,n,i){var r={type:t,props:e,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i??++pe,__i:-1,__u:0};return i==null&&w.vnode!=null&&w.vnode(r),r}function X(t){return t.children}function Y(t,e){this.props=t,this.context=e}function $(t,e){if(e==null)return t.__?$(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"?$(t):null}function ze(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 ze(t)}}function se(t){(!t.__d&&(t.__d=!0)&&I.push(t)&&!J.__r++||Ce!=w.debounceRendering)&&((Ce=w.debounceRendering)||we)(J)}function J(){for(var t,e,o,n,i,r,s,l=1;I.length;)I.length>l&&I.sort(ye),t=I.shift(),l=I.length,t.__d&&(o=void 0,i=(n=(e=t).__v).__e,r=[],s=[],e.__P&&((o=A({},n)).__v=n.__v+1,w.vnode&&w.vnode(o),le(e.__P,o,n,e.__n,e.__P.namespaceURI,32&n.__u?[i]:null,r,i??$(n),!!(32&n.__u),s),o.__v=n.__v,o.__.__k[o.__i]=o,xe(r,o,s),o.__e!=i&&ze(o)));J.__r=0}function Pe(t,e,o,n,i,r,s,l,c,a,d){var u,_,h,v,g,p,f=n&&n.__k||Te,C=e.length;for(c=rt(o,e,f,c,C),u=0;u<C;u++)(h=o.__k[u])!=null&&(_=h.__i==-1?j:f[h.__i]||j,h.__i=u,p=le(t,h,_,i,r,s,l,c,a,d),v=h.__e,h.ref&&_.ref!=h.ref&&(_.ref&&ae(_.ref,null,h),d.push(h.ref,h.__c||v,h)),g==null&&v!=null&&(g=v),4&h.__u||_.__k===h.__k?c=Le(h,c,t):typeof h.type=="function"&&p!==void 0?c=p:v&&(c=v.nextSibling),h.__u&=-7);return o.__e=g,c}function rt(t,e,o,n,i){var r,s,l,c,a,d=o.length,u=d,_=0;for(t.__k=new Array(i),r=0;r<i;r++)(s=e[r])!=null&&typeof s!="boolean"&&typeof s!="function"?(c=r+_,(s=t.__k[r]=typeof s=="string"||typeof s=="number"||typeof s=="bigint"||s.constructor==String?V(null,s,null,null,null):q(s)?V(X,{children:s},null,null,null):s.constructor==null&&s.__b>0?V(s.type,s.props,s.key,s.ref?s.ref:null,s.__v):s).__=t,s.__b=t.__b+1,l=null,(a=s.__i=st(s,o,c,u))!=-1&&(u--,(l=o[a])&&(l.__u|=2)),l==null||l.__v==null?(a==-1&&(i>d?_--:i<d&&_++),typeof s.type!="function"&&(s.__u|=4)):a!=c&&(a==c-1?_--:a==c+1?_++:(a>c?_--:_++,s.__u|=4))):t.__k[r]=null;if(u)for(r=0;r<d;r++)(l=o[r])!=null&&(2&l.__u)==0&&(l.__e==n&&(n=$(l)),Ee(l,l));return n}function Le(t,e,o){var n,i;if(typeof t.type=="function"){for(n=t.__k,i=0;n&&i<n.length;i++)n[i]&&(n[i].__=t,e=Le(n[i],e,o));return e}t.__e!=e&&(e&&t.type&&!o.contains(e)&&(e=$(t)),o.insertBefore(t.__e,e||null),e=t.__e);do e=e&&e.nextSibling;while(e!=null&&e.nodeType==8);return e}function st(t,e,o,n){var i,r,s=t.key,l=t.type,c=e[o];if(c===null&&t.key==null||c&&s==c.key&&l==c.type&&(2&c.__u)==0)return o;if(n>(c!=null&&(2&c.__u)==0?1:0))for(i=o-1,r=o+1;i>=0||r<e.length;){if(i>=0){if((c=e[i])&&(2&c.__u)==0&&s==c.key&&l==c.type)return i;i--}if(r<e.length){if((c=e[r])&&(2&c.__u)==0&&s==c.key&&l==c.type)return r;r++}}return-1}function Se(t,e,o){e[0]=="-"?t.setProperty(e,o??""):t[e]=o==null?"":typeof o!="number"||nt.test(e)?o:o+"px"}function K(t,e,o,n,i){var r;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||Se(t.style,e,"");if(o)for(e in o)n&&o[e]==n[e]||Se(t.style,e,o[e])}else if(e[0]=="o"&&e[1]=="n")r=e!=(e=e.replace(be,"$1")),e=e.toLowerCase()in t||e=="onFocusOut"||e=="onFocusIn"?e.toLowerCase().slice(2):e.slice(2),t.l||(t.l={}),t.l[e+r]=o,o?n?o.u=n.u:(o.u=oe,t.addEventListener(e,r?ie:ne,r)):t.removeEventListener(e,r?ie:ne,r);else{if(i=="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 Ne(t){return function(e){if(this.l){var o=this.l[e.type+t];if(e.t==null)e.t=oe++;else if(e.t<o.u)return;return o(w.event?w.event(e):e)}}}function le(t,e,o,n,i,r,s,l,c,a){var d,u,_,h,v,g,p,f,C,z,k,M,S,N,O,R,W,T=e.type;if(e.constructor!=null)return null;128&o.__u&&(c=!!(32&o.__u),r=[l=e.__e=o.__e]),(d=w.__b)&&d(e);e:if(typeof T=="function")try{if(f=e.props,C="prototype"in T&&T.prototype.render,z=(d=T.contextType)&&n[d.__c],k=d?z?z.props.value:d.__:n,o.__c?p=(u=e.__c=o.__c).__=u.__E:(C?e.__c=u=new T(f,k):(e.__c=u=new Y(f,k),u.constructor=T,u.render=at),z&&z.sub(u),u.props=f,u.state||(u.state={}),u.context=k,u.__n=n,_=u.__d=!0,u.__h=[],u._sb=[]),C&&u.__s==null&&(u.__s=u.state),C&&T.getDerivedStateFromProps!=null&&(u.__s==u.state&&(u.__s=A({},u.__s)),A(u.__s,T.getDerivedStateFromProps(f,u.__s))),h=u.props,v=u.state,u.__v=e,_)C&&T.getDerivedStateFromProps==null&&u.componentWillMount!=null&&u.componentWillMount(),C&&u.componentDidMount!=null&&u.__h.push(u.componentDidMount);else{if(C&&T.getDerivedStateFromProps==null&&f!==h&&u.componentWillReceiveProps!=null&&u.componentWillReceiveProps(f,k),!u.__e&&u.shouldComponentUpdate!=null&&u.shouldComponentUpdate(f,u.__s,k)===!1||e.__v==o.__v){for(e.__v!=o.__v&&(u.props=f,u.state=u.__s,u.__d=!1),e.__e=o.__e,e.__k=o.__k,e.__k.some(function(F){F&&(F.__=e)}),M=0;M<u._sb.length;M++)u.__h.push(u._sb[M]);u._sb=[],u.__h.length&&s.push(u);break e}u.componentWillUpdate!=null&&u.componentWillUpdate(f,u.__s,k),C&&u.componentDidUpdate!=null&&u.__h.push(function(){u.componentDidUpdate(h,v,g)})}if(u.context=k,u.props=f,u.__P=t,u.__e=!1,S=w.__r,N=0,C){for(u.state=u.__s,u.__d=!1,S&&S(e),d=u.render(u.props,u.state,u.context),O=0;O<u._sb.length;O++)u.__h.push(u._sb[O]);u._sb=[]}else do u.__d=!1,S&&S(e),d=u.render(u.props,u.state,u.context),u.state=u.__s;while(u.__d&&++N<25);u.state=u.__s,u.getChildContext!=null&&(n=A(A({},n),u.getChildContext())),C&&!_&&u.getSnapshotBeforeUpdate!=null&&(g=u.getSnapshotBeforeUpdate(h,v)),R=d,d!=null&&d.type===X&&d.key==null&&(R=Ae(d.props.children)),l=Pe(t,q(R)?R:[R],e,o,n,i,r,s,l,c,a),u.base=e.__e,e.__u&=-161,u.__h.length&&s.push(u),p&&(u.__E=u.__=null)}catch(F){if(e.__v=null,c||r!=null)if(F.then){for(e.__u|=c?160:128;l&&l.nodeType==8&&l.nextSibling;)l=l.nextSibling;r[r.indexOf(l)]=null,e.__e=l}else for(W=r.length;W--;)re(r[W]);else e.__e=o.__e,e.__k=o.__k;w.__e(F,e,o)}else r==null&&e.__v==o.__v?(e.__k=o.__k,e.__e=o.__e):l=e.__e=lt(o.__e,e,o,n,i,r,s,c,a);return(d=w.diffed)&&d(e),128&e.__u?void 0:l}function xe(t,e,o){for(var n=0;n<o.length;n++)ae(o[n],o[++n],o[++n]);w.__c&&w.__c(e,t),t.some(function(i){try{t=i.__h,i.__h=[],t.some(function(r){r.call(i)})}catch(r){w.__e(r,i.__v)}})}function Ae(t){return typeof t!="object"||t==null||t.__b&&t.__b>0?t:q(t)?t.map(Ae):A({},t)}function lt(t,e,o,n,i,r,s,l,c){var a,d,u,_,h,v,g,p=o.props,f=e.props,C=e.type;if(C=="svg"?i="http://www.w3.org/2000/svg":C=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),r!=null){for(a=0;a<r.length;a++)if((h=r[a])&&"setAttribute"in h==!!C&&(C?h.localName==C:h.nodeType==3)){t=h,r[a]=null;break}}if(t==null){if(C==null)return document.createTextNode(f);t=document.createElementNS(i,C,f.is&&f),l&&(w.__m&&w.__m(e,r),l=!1),r=null}if(C==null)p===f||l&&t.data==f||(t.data=f);else{if(r=r&&B.call(t.childNodes),p=o.props||j,!l&&r!=null)for(p={},a=0;a<t.attributes.length;a++)p[(h=t.attributes[a]).name]=h.value;for(a in p)if(h=p[a],a!="children"){if(a=="dangerouslySetInnerHTML")u=h;else if(!(a in f)){if(a=="value"&&"defaultValue"in f||a=="checked"&&"defaultChecked"in f)continue;K(t,a,null,h,i)}}for(a in f)h=f[a],a=="children"?_=h:a=="dangerouslySetInnerHTML"?d=h:a=="value"?v=h:a=="checked"?g=h:l&&typeof h!="function"||p[a]===h||K(t,a,h,p[a],i);if(d)l||u&&(d.__html==u.__html||d.__html==t.innerHTML)||(t.innerHTML=d.__html),e.__k=[];else if(u&&(t.innerHTML=""),Pe(e.type=="template"?t.content:t,q(_)?_:[_],e,o,n,C=="foreignObject"?"http://www.w3.org/1999/xhtml":i,r,s,r?r[0]:o.__k&&$(o,0),l,c),r!=null)for(a=r.length;a--;)re(r[a]);l||(a="value",C=="progress"&&v==null?t.removeAttribute("value"):v!=null&&(v!==t[a]||C=="progress"&&!v||C=="option"&&v!=p[a])&&K(t,a,v,p[a],i),a="checked",g!=null&&g!=t[a]&&K(t,a,g,p[a],i))}return t}function ae(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(i){w.__e(i,o)}}function Ee(t,e,o){var n,i;if(w.unmount&&w.unmount(t),(n=t.ref)&&(n.current&&n.current!=t.__e||ae(n,null,e)),(n=t.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(r){w.__e(r,e)}n.base=n.__P=null}if(n=t.__k)for(i=0;i<n.length;i++)n[i]&&Ee(n[i],e,o||typeof t.type!="function");o||re(t.__e),t.__c=t.__=t.__e=void 0}function at(t,e,o){return this.constructor(t,o)}function ct(t,e,o){var n,i,r,s;e==document&&(e=document.documentElement),w.__&&w.__(t,e),i=(n=!1)?null:e.__k,r=[],s=[],le(e,t=e.__k=it(X,null,[t]),i||j,j,e.namespaceURI,i?null:e.firstChild?B.call(e.childNodes):null,r,i?i.__e:e.firstChild,n,s),xe(r,t,s)}function Me(t){function e(o){var n,i;return this.getChildContext||(n=new Set,(i={})[e.__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,se(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 e.__c="__cC"+ke++,e.__=t,e.Provider=e.__l=(e.Consumer=function(o,n){return o.children(n)}).contextType=e,e}B=Te.slice,w={__e:function(t,e,o,n){for(var i,r,s;e=e.__;)if((i=e.__c)&&!i.__)try{if((r=i.constructor)&&r.getDerivedStateFromError!=null&&(i.setState(r.getDerivedStateFromError(t)),s=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(t,n||{}),s=i.__d),s)return i.__E=i}catch(l){t=l}throw t}},pe=0,Y.prototype.setState=function(t,e){var o;o=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=A({},this.state),typeof t=="function"&&(t=t(A({},o),this.props)),t&&A(o,t),t!=null&&this.__v&&(e&&this._sb.push(e),se(this))},Y.prototype.forceUpdate=function(t){this.__v&&(this.__e=!0,t&&this.__h.push(t),se(this))},Y.prototype.render=X,I=[],we=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,ye=function(t,e){return t.__v.__b-e.__v.__b},J.__r=0,be=/(PointerCapture)$|Capture$/i,oe=0,ne=Ne(!1),ie=Ne(!0),ke=0;var ut=0;function m(t,e,o,n,i,r){e||(e={});var s,l,c=e;if("ref"in c)for(l in c={},e)l=="ref"?s=e[l]:c[l]=e[l];var a={type:t,props:c,key:o,ref:s,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--ut,__i:-1,__u:0,__source:i,__self:r};if(typeof t=="function"&&(s=t.defaultProps))for(l in s)c[l]===void 0&&(c[l]=s[l]);return w.vnode&&w.vnode(a),a}var U,y,ce,Ie,G=0,Re=[],b=w,Fe=b.__b,$e=b.__r,Ue=b.diffed,De=b.__c,Oe=b.unmount,je=b.__;function Z(t,e){b.__h&&b.__h(y,t,G||e),G=0;var o=y.__H||(y.__H={__:[],__h:[]});return t>=o.__.length&&o.__.push({}),o.__[t]}function E(t){return G=1,dt(qe,t)}function dt(t,e,o){var n=Z(U++,2);if(n.t=t,!n.__c&&(n.__=[qe(void 0,e),function(l){var c=n.__N?n.__N[0]:n.__[0],a=n.t(c,l);c!==a&&(n.__N=[a,n.__[1]],n.__c.setState({}))}],n.__c=y,!y.__f)){var i=function(l,c,a){if(!n.__c.__H)return!0;var d=n.__c.__H.__.filter(function(_){return!!_.__c});if(d.every(function(_){return!_.__N}))return!r||r.call(this,l,c,a);var u=n.__c.props!==l;return d.forEach(function(_){if(_.__N){var h=_.__[0];_.__=_.__N,_.__N=void 0,h!==_.__[0]&&(u=!0)}}),r&&r.call(this,l,c,a)||u};y.__f=!0;var r=y.shouldComponentUpdate,s=y.componentWillUpdate;y.componentWillUpdate=function(l,c,a){if(this.__e){var d=r;r=void 0,i(l,c,a),r=d}s&&s.call(this,l,c,a)},y.shouldComponentUpdate=i}return n.__N||n.__}function P(t,e){var o=Z(U++,3);!b.__s&&Be(o.__H,e)&&(o.__=t,o.u=e,y.__H.__h.push(o))}function D(t){return G=5,ue(function(){return{current:t}},[])}function ue(t,e){var o=Z(U++,7);return Be(o.__H,e)&&(o.__=t(),o.__H=e,o.__h=t),o.__}function Ge(t,e){return G=8,ue(function(){return t},e)}function He(t){var e=y.context[t.__c],o=Z(U++,9);return o.c=t,e?(o.__==null&&(o.__=!0,e.sub(y)),e.props.value):t.__}function ht(){for(var t;t=Re.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(Q),t.__H.__h.forEach(de),t.__H.__h=[]}catch(e){t.__H.__h=[],b.__e(e,t.__v)}}b.__b=function(t){y=null,Fe&&Fe(t)},b.__=function(t,e){t&&e.__k&&e.__k.__m&&(t.__m=e.__k.__m),je&&je(t,e)},b.__r=function(t){$e&&$e(t),U=0;var e=(y=t.__c).__H;e&&(ce===y?(e.__h=[],y.__h=[],e.__.forEach(function(o){o.__N&&(o.__=o.__N),o.u=o.__N=void 0})):(e.__h.forEach(Q),e.__h.forEach(de),e.__h=[],U=0)),ce=y},b.diffed=function(t){Ue&&Ue(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Re.push(e)!==1&&Ie===b.requestAnimationFrame||((Ie=b.requestAnimationFrame)||_t)(ht)),e.__H.__.forEach(function(o){o.u&&(o.__H=o.u),o.u=void 0})),ce=y=null},b.__c=function(t,e){e.some(function(o){try{o.__h.forEach(Q),o.__h=o.__h.filter(function(n){return!n.__||de(n)})}catch(n){e.some(function(i){i.__h&&(i.__h=[])}),e=[],b.__e(n,o.__v)}}),De&&De(t,e)},b.unmount=function(t){Oe&&Oe(t);var e,o=t.__c;o&&o.__H&&(o.__H.__.forEach(function(n){try{Q(n)}catch(i){e=i}}),o.__H=void 0,e&&b.__e(e,o.__v))};var We=typeof requestAnimationFrame=="function";function _t(t){var e,o=function(){clearTimeout(n),We&&cancelAnimationFrame(e),setTimeout(t)},n=setTimeout(o,100);We&&(e=requestAnimationFrame(o))}function Q(t){var e=y,o=t.__c;typeof o=="function"&&(t.__c=void 0,o()),y=e}function de(t){var e=y;t.__c=t.__(),y=e}function Be(t,e){return!t||t.length!==e.length||e.some(function(o,n){return o!==t[n]})}function qe(t,e){return typeof e=="function"?e(t):e}const ft=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)}}}),Ve=Me(void 0),mt=({children:t,config:e})=>{const o=D(e),n=ft(e.lcPrefix+"score"),i=n.loadGameData(),[r,s]=E({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 l=()=>{n.resetGameData(),s(c=>({...c,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 m(Ve.Provider,{value:{gameState:r,setGameState:s,config:o,resetGame:l},children:t})},he=()=>{const t=He(Ve);if(!t)throw new Error("useGameContext must be used within a GameProvider");return t};function _e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function vt(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function fe(t,e,o){return e&&vt(t.prototype,e),t}function Xe(t){return+t.replace(/px/,"")}function gt(t){var e=window.devicePixelRatio,o=getComputedStyle(t),n=Xe(o.getPropertyValue("width")),i=Xe(o.getPropertyValue("height"));t.setAttribute("width",(n*e).toString()),t.setAttribute("height",(i*e).toString())}function L(t,e){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,n=Math.random()*(e-t)+t;return Math.floor(n*Math.pow(10,o))/Math.pow(10,o)}function Ye(t){return t[L(0,t.length)]}var pt=.00125,Ct=5e-4,wt=9e-4,yt=1e-5,bt=6,kt=80,Tt=.9,zt=1.7,Pt=.2,Lt=.6,St=.03,Nt=.07,xt=15,At=82,Et=100,Mt=250,It=40,Rt=["#fcf403","#62fc03","#f4fc03","#03e7fc","#03fca5","#a503fc","#fc03ad","#fc03c2"];function Je(t){var e=1920;return Math.log(t)/Math.log(e)}var Ke=function(){function t(e){_e(this,t);var o=e.initialPosition,n=e.direction,i=e.confettiRadius,r=e.confettiColors,s=e.emojis,l=e.emojiSize,c=e.canvasWidth,a=L(Tt,zt,3),d=a*Je(c);this.confettiSpeed={x:d,y:d},this.finalConfettiSpeedX=L(Pt,Lt,3),this.rotationSpeed=s.length?.01:L(St,Nt,3)*Je(c),this.dragForceCoefficient=L(Ct,wt,6),this.radius={x:i,y:i},this.initialRadius=i,this.rotationAngle=n==="left"?L(0,.2,3):L(-.2,0,3),this.emojiSize=l,this.emojiRotationAngle=L(0,2*Math.PI),this.radiusYUpdateDirection="down";var u=n==="left"?L(At,xt)*Math.PI/180:L(-15,-82)*Math.PI/180;this.absCos=Math.abs(Math.cos(u)),this.absSin=Math.abs(Math.sin(u));var _=L(-150,0),h={x:o.x+(n==="left"?-_:_)*this.absCos,y:o.y-_*this.absSin};this.currentPosition=Object.assign({},h),this.initialPosition=Object.assign({},h),this.color=s.length?null:Ye(r),this.emoji=s.length?Ye(s):null,this.createdAt=new Date().getTime(),this.direction=n}return fe(t,[{key:"draw",value:function(o){var n=this.currentPosition,i=this.radius,r=this.color,s=this.emoji,l=this.rotationAngle,c=this.emojiRotationAngle,a=this.emojiSize,d=window.devicePixelRatio;r?(o.fillStyle=r,o.beginPath(),o.ellipse(n.x*d,n.y*d,i.x*d,i.y*d,l,0,2*Math.PI),o.fill()):s&&(o.font="".concat(a,"px serif"),o.save(),o.translate(d*n.x,d*n.y),o.rotate(c),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,l=this.radiusYUpdateDirection,c=this.rotationSpeed,a=this.createdAt,d=this.direction,u=n-a;if(i.x>s&&(this.confettiSpeed.x-=r*o),this.currentPosition.x+=i.x*(d==="left"?-this.absCos:this.absCos)*o,this.currentPosition.y=this.initialPosition.y-i.y*this.absSin*u+pt*Math.pow(u,2)/2,this.rotationSpeed-=this.emoji?1e-4:yt*o,this.rotationSpeed<0&&(this.rotationSpeed=0),this.emoji){this.emojiRotationAngle+=this.rotationSpeed*o%(2*Math.PI);return}l==="down"?(this.radius.y-=o*c,this.radius.y<=0&&(this.radius.y=0,this.radiusYUpdateDirection="up")):(this.radius.y+=o*c,this.radius.y>=this.initialRadius&&(this.radius.y=this.initialRadius,this.radiusYUpdateDirection="down"))}},{key:"getIsVisibleOnCanvas",value:function(o){return this.currentPosition.y<o+Et}}]),t}();function Ft(){var t=document.createElement("canvas");return t.style.position="fixed",t.style.width="100%",t.style.height="100%",t.style.top="0",t.style.left="0",t.style.zIndex="1000",t.style.pointerEvents="none",document.body.appendChild(t),t}function $t(t){var e=t.confettiRadius,o=e===void 0?bt:e,n=t.confettiNumber,i=n===void 0?t.confettiesNumber||(t.emojis?It:Mt):n,r=t.confettiColors,s=r===void 0?Rt:r,l=t.emojis,c=l===void 0?t.emojies||[]:l,a=t.emojiSize,d=a===void 0?kt:a;return t.emojies&&console.error("emojies argument is deprecated, please use emojis instead"),t.confettiesNumber&&console.error("confettiesNumber argument is deprecated, please use confettiNumber instead"),{confettiRadius:o,confettiNumber:i,confettiColors:s,emojis:c,emojiSize:d}}var Ut=function(){function t(e){var o=this;_e(this,t),this.canvasContext=e,this.shapes=[],this.promise=new Promise(function(n){return o.resolvePromise=n})}return fe(t,[{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,l=o.currentTime;this.shapes=this.shapes.filter(function(c){return c.updatePosition(s,l),c.draw(r.canvasContext),i?c.getIsVisibleOnCanvas(n):!0})}}]),t}(),Dt=function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};_e(this,t),this.activeConfettiBatches=[],this.canvas=e.canvas||Ft(),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 fe(t,[{key:"loop",value:function(){this.requestAnimationFrameRequested=!1,gt(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=$t(o),i=n.confettiRadius,r=n.confettiNumber,s=n.confettiColors,l=n.emojis,c=n.emojiSize,a=this.canvas.getBoundingClientRect(),d=a.width,u=a.height,_=u*5/7,h={x:0,y:_},v={x:d,y:_},g=new Ut(this.canvasContext),p=0;p<r/2;p++){var f=new Ke({initialPosition:h,direction:"right",confettiRadius:i,confettiColors:s,confettiNumber:r,emojis:l,emojiSize:c,canvasWidth:d}),C=new Ke({initialPosition:v,direction:"left",confettiRadius:i,confettiColors:s,confettiNumber:r,emojis:l,emojiSize:c,canvasWidth:d});g.addShapes(f,C)}return this.activeConfettiBatches.push(g),this.queueAnimationFrameIfNeeded(),g.getBatchCompletePromise()}},{key:"clearCanvas",value:function(){this.activeConfettiBatches=[]}},{key:"destroyCanvas",value:function(){this.canvas.remove()}}]),t}();const Ze=Me(void 0),Ot=({children:t})=>{const[e,o]=E(null),[n,i]=E(!1),[r,s]=E("info"),[l,c]=E(null),a=Ge(()=>{i(!1),l&&(clearTimeout(l),c(null))},[l]),d=Ge((u,_="info",h=3e3)=>{if(n&&a(),o(u),s(_),i(!0),h>0){const v=setTimeout(()=>{i(!1)},h);c(v)}},[n,a]);return m(Ze.Provider,{value:{message:e,visible:n,type:r,showToast:d,hideToast:a},children:t})},me=()=>{const t=He(Ze);if(!t)throw new Error("useToast must be used within a ToastProvider");return t},jt=({i18n:t,totalTiers:e,currentTier:o,highestUnlockedTier:n,onTierChange:i,disabled:r})=>m("div",{className:"tier-selector",children:m("select",{value:o,onChange:s=>{s.target&&s.target.value&&i(Number(s.target.value))},disabled:r,className:"tier-dropdown",children:Array.from({length:e},(s,l)=>l+1).map(s=>m("option",{value:s,disabled:s>n,children:t.tier+" "+s},`tier-${s}`))})}),Gt=({i18n:t,levelsRange:e,currentLevel:o,highestUnlockedLevel:n,onLevelChange:i,disabled:r})=>{const{gameState:s}=he(),c=(([a,d])=>Array.from({length:d-a+1},(u,_)=>{const h=a+_,v=s.levelScores[h]||0;return{level:h,score:v}}))(e);return m("div",{className:"level-selector",children:m("select",{value:o,onChange:a=>{a.target&&a.target.value&&i(Number(a.target.value))},disabled:r,className:"level-dropdown",children:c.map(({level:a,score:d})=>m("option",{value:a,disabled:a>n,children:`${t.level} ${a} ${"★".repeat(d)}`},`level-${a}`))})})},ve=({isOpen:t,title:e,message:o,children:n,noConfirm:i=!1,noCancel:r=!1,confirmText:s="OK",cancelText:l="Cancel",onConfirm:c,onCancel:a})=>{const d=D(null);return P(()=>{const u=_=>{_.key==="Escape"&&a?.()};return t&&document.addEventListener("keydown",u),()=>{document.removeEventListener("keydown",u)}},[t,a]),m("div",{className:`maze-dialog-overlay ${t?"maze-dialog-visible":""}`,children:m("div",{className:"maze-dialog",ref:d,children:[m("div",{className:"maze-dialog-title",children:e}),m("div",{className:"maze-dialog-content",children:n||m("div",{className:"maze-dialog-message",children:o})}),m("div",{className:"maze-dialog-buttons",children:[!r&&m("button",{className:"maze-dialog-cancel",onClick:a,children:l}),!i&&m("button",{className:"maze-dialog-confirm",onClick:c,children:s})]})]})})};function Ht(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 ge=[[{size:8,seed:12345,method:"backtracking",wallWidth:4},{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"}]],ee={lcPrefix:"maze-",i18n:{reset:"Reset",resetTip:"Reset all game data and highest 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 will lose 1 ★.",level:"Level",tier:"Tier",settings:"Settings",clueOn:"Clue: ON",clueOff:"Clue: OFF",foodCollectedToast:"Food collected! %NUM% remaining.",allFoodCollectedToast:"All food collected! Head to the exit.",levelComplete:"Level Complete",starsCollected:"Stars Collected",avgStarPerLevel:"Avg. Stars per Level",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:2,wallColor:"#000000",exitColor:"#F44336",foodColor:"#4CAF50",clueColor:"rgb(255,0,0)",backgroundColor:"#ffffff",playerColor:"#4CAF50",playerAtExitColor:"#FFD700"},levelConfig:ge},Wt=t=>t===1?2:t>=2&&t<=5?3:t>=6&&t<=11?4:t>=12&&t<=15?5:6;class Bt{constructor(e,o){this.row=e,this.col=o}visited=!1;walls={top:!0,right:!0,bottom:!0,left:!0}}class qt{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=Ht(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 Bt(o,n)}return e}isValid(e,o){return e>=0&&e<this.rows&&o>=0&&o<this.cols}getNeighbors(e,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=e+r.r,l=o+r.c;this.isValid(s,l)&&n.push({row:s,col:l})}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,i){const r=this.grid[e][o],s=this.grid[n][i];e===n+1?(r.walls.top=!1,s.walls.bottom=!1):e===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 Vt{maze;constructor(e,o,n,i,r={row:0,col:0},s={row:e-1,col:o-1}){switch(this.maze=new qt(e,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 e=[],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,e.push(i);e.length>0;){i=e[e.length-1];const{row:r,col:s}=i,l=this.maze.getUnvisitedNeighbors(r,s);if(l.length>0){const c=this.randomPick(l),{row:a,col:d}=c;this.maze.removeWall(r,s,a,d),this.maze.grid[a][d].visited=!0,e.push(c)}else e.pop()}}runPrims(){const e=[],o=(r,s)=>{const l=this.maze.getNeighbors(r,s);for(const c of l)!this.maze.grid[c.row][c.col].visited&&!e.some(a=>a.row===c.row&&a.col===c.col)&&e.push(c)},n=this.randomNumber(this.maze.rows),i=this.randomNumber(this.maze.cols);for(this.maze.grid[n][i].visited=!0,o(n,i);e.length>0;){const r=this.randomNumber(e.length),s=e[r],{row:l,col:c}=s,a=this.maze.getVisitedNeighbors(l,c);if(a.length>0){const d=this.randomPick(a);this.maze.removeWall(l,c,d.row,d.col),this.maze.grid[l][c].visited=!0,o(l,c)}e.splice(r,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 Xt(t,e,o,n,i,r){return new Vt(t,e,o,n,i,r).getMaze()}const Yt=(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},Qe=(t,e=ge.flat())=>{const o=t-1,n=e[o];if(!n)return console.error(`Cannot find Level ${t}'s config.`),null;const i=n.size,r=i,s=i,l=n.seed,c=n.method,a=n.entry||{row:0,col:0},d=n.exit||{row:r-1,col:s-1},u=Xt(r,s,c,l,a,d),_=Wt(t),h=[];for(let v=0;v<_;v++){let g;do g={row:Math.floor(u.random()*r),col:Math.floor(u.random()*s)};while(g.row===a.row&&g.col===a.col||g.row===d.row&&g.col===d.col||!Yt(u,g.row,g.col)||h.some(p=>p.row===g.row&&p.col===g.col));h.push(g)}return{maze:u,playerPosition:a,exitPosition:d,foodPositions:h,totalFoodCount:_,foodCollected:0,playerPath:[a],visitCounts:{[`${a.row},${a.col}`]:1},moveCount:0,currentScore:0,playerAtExit:!1,isGameActive:!0,levelTransitioning:!1}},et=({gameState:t,setGameState:e,config:o})=>({generateCurrentLevelMaze:()=>{const i=Qe(t.currentLevel,o.current.levelConfig.flat());i&&e(r=>({...r,...i}))}}),tt=t=>ue(()=>{const e=t.map(l=>l.length),o=e.reduce((l,c)=>l+c,0),n=t.length,i=l=>{if(l<1||l>o)return 0;let c=0;for(let a=0;a<e.length;a++)if(c+=e[a],l<=c)return a+1;return 0},r=l=>l<1||l>n?0:e.slice(0,l-1).reduce((c,a)=>c+a,0)+1,s={getTotalLevels:()=>o,getTotalTiers:()=>n,getTierLevelsRange:l=>{if(l<1||l>n)return[0,0];const c=r(l),a=c+e[l-1]-1;return[c,a]},getTierByLevel:i,getFirstLevelOfTier:r,getLevelConfig:l=>{if(l<1||l>o)return null;const c=i(l),a=r(c),d=l-a;return t[c-1][d]},getTierConfig:l=>l<1||l>n?null:t[l-1],isLevelUnlocked:(l,c)=>l<=c,isTierUnlocked:(l,c)=>l<=c,getNextLevelInfo:l=>{if(l>=o)return null;const c=l+1,a=i(l),d=i(c);return{nextLevel:c,nextTier:d,isTierChange:d>a}},getCurrentTierProgress:(l,c)=>{const[a,d]=s.getTierLevelsRange(c),u=l-a+1,_=d-a+1;return{current:u,total:_}},isLastLevelInTier:l=>{const c=i(l),[,a]=s.getTierLevelsRange(c);return l===a},getPreviousLevelInfo:l=>{if(l<=1)return null;const c=l-1,a=i(l),d=i(c);return{prevLevel:c,prevTier:d,isTierChange:d<a}}};return s},[t]),Jt=()=>{const{gameState:t,setGameState:e,resetGame:o,config:n}=he(),i=n.current.i18n,r=n.current.levelConfig,s=tt(r),{showToast:l}=me(),{totalScore:c,showClue:a,currentTier:d,currentLevel:u,highestUnlockedTier:_,highestUnlockedLevel:h,levelTransitioning:v}=t,g=s.getTotalLevels(),p=s.getTotalTiers(),[f,C]=E(!1),[z,k]=E(!1),[M,S]=E(!1),[N,O]=E(s.getTierLevelsRange(1)),{generateCurrentLevelMaze:R}=et({gameState:t,setGameState:e,config:n});P(()=>{O(s.getTierLevelsRange(d))},[d]);const W=x=>{const te=s.getFirstLevelOfTier(x);s.isLevelUnlocked(te,h)&&(e(bo=>({...bo,currentTier:x})),T(te))},T=x=>{s.isLevelUnlocked(x,h)&&(e(te=>({...te,currentLevel:x})),R(),l(i.levelGoToast.replace("%LEVEL%",x.toString()),"success"))},F=()=>{C(!0)},mo=()=>{C(!1)},vo=()=>{S(!0)},go=()=>{S(!1)},po=()=>{e(x=>(l(x.showClue?i.cluePathDisabled:i.cluePathEnabled),{...x,showClue:!x.showClue})),S(!1)},Co=()=>{k(!0)},wo=()=>{o(),k(!1),l(i.resetDoneToast)},yo=()=>{k(!1)};return m("div",{class:"game-panel-container",children:[m("div",{className:"game-controls",children:[m("div",{className:"selectors-container",children:[m(jt,{i18n:i,totalTiers:p,currentTier:d,highestUnlockedTier:_,onTierChange:W,disabled:v}),m(Gt,{i18n:i,levelsRange:N,currentLevel:u,highestUnlockedLevel:h,onLevelChange:T,disabled:v})]}),m("button",{className:`settings-clue-button ${a?"clue-on":"clue-off"}`,disabled:a,title:"Toggle Clue",onClick:vo,children:a?i.clueOn:i.clueOff})]}),m("div",{className:"game-settings",children:m("span",{className:"game-settings-icon",onClick:F,children:"★ "+c})}),m(ve,{isOpen:f,title:i.settings,noConfirm:!0,cancelText:i.close,onCancel:mo,children:[m("div",{className:"settings-stats",children:[m("div",{children:i.levelComplete+`: ${h}/${g}`}),m("div",{children:i.starsCollected+": "+c}),m("div",{children:i.avgStarPerLevel+": "+(c/h).toFixed(2)})]}),m("div",{className:"settings-item-box",children:[m("button",{className:"settings-reset-button",title:"Reset Game",onClick:Co,children:i.reset}),m("div",{className:"settings-item-tip",children:i.resetTip})]})]}),m(ve,{isOpen:z,title:i.confirmReset,message:i.confirmResetMessage,confirmText:i.reset,cancelText:i.cancel,onConfirm:wo,onCancel:yo}),m(ve,{isOpen:M,title:i.confirmClue,message:i.confirmClueMessage,confirmText:i.confirm,cancelText:i.cancel,onConfirm:po,onCancel:go})]})},Kt=({message:t,visible:e,duration:o=2e3,onClose:n,position:i="center",type:r="info"})=>t?(P(()=>{let s;return e&&o>0&&n&&(s=setTimeout(()=>{n()},o)),()=>{s&&clearTimeout(s)}},[e,o,n]),m("div",{className:`toast-container position-${i}`,children:m("div",{className:`toast-message type-${r} ${e?"toast-visible":""}`,children:t})})):null,Zt=(t,e,o)=>{P(()=>{const n=()=>{const i=t.current;if(!i)return;const r=i.parentElement;if(!r)return;const s=r.clientWidth,l=window.devicePixelRatio||1;i.style.width=`${s}px`,i.style.height=`${s}px`,i.width=s*l,i.height=s*l,e(t,o.current)};return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)},[t])},ot={ArrowUp:[-1,0],ArrowDown:[1,0],ArrowLeft:[0,-1],ArrowRight:[0,1]},Qt=({containerRef:t,gameState:e,setGameState:o,onFoodCollected:n})=>{P(()=>{const i=l=>{if(!e.isGameActive||!e.maze)return;const[c,a]=ot[l],{row:d,col:u}=e.playerPosition,_=d+c,h=u+a;if(!e.maze.isValid(_,h))return;const v=e.maze.grid[d][u];if(c===-1&&v.walls.top||c===1&&v.walls.bottom||a===-1&&v.walls.left||a===1&&v.walls.right)return;const g={row:_,col:h},p=`${_},${h}`;o(f=>{const C=f.foodPositions.some(N=>N.row===_&&N.col===h);C&&n();const z=`${d},${u}-${_},${h}`,k=_===f.exitPosition.row&&h===f.exitPosition.col,M=C?f.foodCollected+1:f.foodCollected,S=M===f.totalFoodCount;return{...f,playerPosition:g,playerPath:[...f.playerPath,g],foodPositions:f.foodPositions.filter(N=>!(N.row===_&&N.col===h)),foodCollected:M,currentScore:k?[k,!f.showClue,S].filter(Boolean).length:0,visitCounts:{...f.visitCounts,[z]:(f.visitCounts[z]||0)+1,[p]:(f.visitCounts[p]||0)+1},moveCount:f.moveCount+1,playerAtExit:k,isGameActive:!k,levelTransitioning:k}})},r=l=>{if(!e.isGameActive||!e.maze)return;const c=l.key;c in ot&&(l.preventDefault(),i(c))},s=l=>{if(l.preventDefault(),!e.isGameActive||!e.maze)return;const c=l.touches[0],a=document.elementFromPoint(c.clientX,c.clientY);a&&(a.classList.contains("maze-up")?i("ArrowUp"):a.classList.contains("maze-down")?i("ArrowDown"):a.classList.contains("maze-left")?i("ArrowLeft"):a.classList.contains("maze-right")&&i("ArrowRight"))};return window.addEventListener("keydown",r),t.current?.addEventListener("touchstart",s,{passive:!1}),()=>{window.removeEventListener("keydown",r),t.current?.removeEventListener("touchstart",s)}},[e.isGameActive,e.maze,e.playerPosition,e.exitPosition])},eo=({gameState:t,setGameState:e,config:o,onLevelComplete:n,onTierUnlocked:i})=>{P(()=>{if(t.levelTransitioning){n();const l=setTimeout(()=>{s(t.currentScore,o.current.levelConfig)},1e3);return()=>clearTimeout(l)}},[t.levelTransitioning]);const r=tt(o.current.levelConfig),s=(l,c)=>{const a=r.getNextLevelInfo(t.currentLevel);if(!a)return;const{nextLevel:d,nextTier:u,isTierChange:_}=a,h=Qe(d,c.flat());h&&e(v=>{_&&i(u);const g={...v.levelScores};return g[v.currentLevel]=Math.max(l,g[v.currentLevel]||0),{...v,...h,currentLevel:d,currentTier:u,highestUnlockedLevel:Math.max(v.highestUnlockedLevel,d),highestUnlockedTier:Math.max(v.highestUnlockedTier,u),levelScores:g,totalScore:Object.values(g).reduce((p,f)=>p+f,0),showClue:!1,isGameActive:!0,levelTransitioning:!1}})};return{handleLevelComplete:s}};function to(t,e){const{ctx:o,width:n,height:i,maze:r}=t;e.playerColor=t.playerAtExit?e.playerAtExitColor:e.playerColor;const{padding:s,wallWidth:l,wallColor:c,playerColor:a,exitColor:d,foodColor:u,clueColor:_,backgroundColor:h}=e,v=r.cols,g=r.rows,p=(n-s*2)/v,f=(i-s*2)/g;o.clearRect(0,0,n,i),o.save(),o.fillStyle=h,o.fillRect(0,0,n,i),o.restore(),t.showClue&&t.playerPath&&t.playerPath.length>0&&lo(t,{cellWidth:p,cellHeight:f,padding:s,clueColor:_}),oo(t,{cellWidth:p,cellHeight:f,padding:s,wallColor:c,wallWidth:l}),ro(t,{cellWidth:p,cellHeight:f,padding:s,foodColor:u}),t.playerAtExit||io(t,{cellWidth:p,cellHeight:f,padding:s,exitColor:d}),no(t,{cellWidth:p,cellHeight:f,padding:s,playerColor:a})}function oo(t,e){const{ctx:o,maze:n}=t,{cellWidth:i,cellHeight:r,padding:s,wallColor:l,wallWidth:c}=e;o.save(),o.strokeStyle=l,o.lineWidth=c,o.lineCap="round",o.beginPath();for(let a=0;a<n.rows;a++)for(let d=0;d<n.cols;d++){const u=n.grid[a][d],_=s+d*i,h=s+a*r;u.walls.top&&(o.moveTo(_,h),o.lineTo(_+i,h)),u.walls.right&&(o.moveTo(_+i,h),o.lineTo(_+i,h+r)),u.walls.bottom&&(o.moveTo(_+i,h+r),o.lineTo(_,h+r)),u.walls.left&&(o.moveTo(_,h+r),o.lineTo(_,h))}o.stroke(),o.restore()}function no(t,e){const{ctx:o,playerPosition:n}=t,{cellWidth:i,cellHeight:r,padding:s,playerColor:l}=e,{x:c,y:a}=H(n.row,n.col,i,r,s),d=Math.min(i,r)*.35;o.save(),o.fillStyle=l,o.beginPath(),o.arc(c,a,d,0,Math.PI*2),o.fill(),o.restore()}function io(t,e){const{ctx:o,exitPosition:n}=t,{cellWidth:i,cellHeight:r,padding:s,exitColor:l}=e,{x:c,y:a}=H(n.row,n.col,i,r,s),d=Math.min(i,r)*.35;o.save(),o.fillStyle=l,o.beginPath(),o.arc(c,a,d,0,Math.PI*2),o.fill(),o.restore()}function ro(t,e){const{ctx:o,foodPositions:n}=t,{cellWidth:i,cellHeight:r,padding:s,foodColor:l}=e;o.fillStyle=l;const c=Math.min(i,r)*.25;n.forEach(a=>{const{x:d,y:u}=H(a.row,a.col,i,r,s);so(o,d,u,c*1.2,5,c*.6)})}function so(t,e,o,n,i,r){t.save(),t.beginPath();for(let s=0;s<i*2;s++){const l=s%2===0?n:r,c=Math.PI*s/i;t.lineTo(e+l*Math.sin(c),o+l*Math.cos(c))}t.closePath(),t.fill(),t.restore()}function lo(t,e){const{ctx:o,playerPath:n,visitCounts:i}=t,{cellWidth:r,cellHeight:s,padding:l,clueColor:c}=e;if(!(!n||n.length<2||!i)){o.save();for(let a=1;a<n.length;a++){const d=n[a-1],u=n[a],_=`${d.row},${d.col}-${u.row},${u.col}`,h=`${u.row},${u.col}-${d.row},${d.col}`,v=(i[_]||0)+(i[h]||0),g=Math.min(.2+v*.1,.9),p=Math.max(3,r*.1)+v*.5;try{o.strokeStyle=c.replace(")",`, ${g})`).replace("rgb(","rgba(")}catch{o.strokeStyle=`rgba(255, 0, 0, ${g})`}o.lineWidth=p,o.lineCap="round",o.lineJoin="round";const{x:f,y:C}=H(d.row,d.col,r,s,l),{x:z,y:k}=H(u.row,u.col,r,s,l);o.beginPath(),o.moveTo(f,C),o.lineTo(z,k),o.stroke()}o.restore()}}function H(t,e,o,n,i){return{x:i+e*o+o/2,y:i+t*n+n/2}}const ao=new Dt,co=()=>{const{message:t,visible:e,type:o,hideToast:n}=me();return m(Kt,{message:t,visible:e,type:o,onClose:n,position:"top"})},uo=()=>{const{gameState:t,setGameState:e,config:o}=he(),n=D(null),i=D(null),r=D(t),s=o.current.i18n,{showToast:l}=me(),c=D(!1);P(()=>{r.current=t},[t]);const a=()=>{const _=t.totalFoodCount-t.foodCollected-1;if(_>0){l(s.foodCollectedToast.replace("%NUM%",_.toString()),"success");return}l(s.allFoodCollectedToast,"success")},d=(_,h)=>{const v=_.current?.getContext("2d");if(!v||!h.maze||c.current)return;c.current=!0;const g={...o.current.renderConfig||{}},f=o.current.levelConfig.flat()[h.currentLevel-1];g.wallWidth=f.wallWidth||g.wallWidth,to({ctx:v,width:_.current.width,height:_.current.height,maze:h.maze,playerPosition:h.playerPosition,exitPosition:h.exitPosition,foodPositions:h.foodPositions,showClue:h.showClue,playerPath:h.playerPath,visitCounts:h.visitCounts,playerAtExit:h.playerAtExit},g),requestAnimationFrame(()=>{c.current=!1})};P(()=>{l(s.useArrowKeyTips,"info",3e3)},[]),Zt(i,d,r);const{generateCurrentLevelMaze:u}=et({gameState:t,setGameState:e,config:o});return Qt({containerRef:n,gameState:t,setGameState:e,onFoodCollected:a}),eo({gameState:t,setGameState:e,config:o,onLevelComplete:()=>{ao.addConfetti(),l(s.levelCompleteToast,"success")},onTierUnlocked:_=>{l(s.tierUnlockedToast.replace("%TIER%",_.toString()),"success")}}),P(()=>{t.isGameActive&&!t.levelTransitioning&&u()},[t.currentLevel,t.isGameActive,t.levelTransitioning]),P(()=>{i.current&&t.maze&&d(i,t)},[t.maze,t.playerPosition,t.exitPosition,t.foodPositions,t.showClue,t.playerPath,t.visitCounts,t.playerAtExit]),m("div",{className:"maze-game-container",children:[m(co,{}),m(Jt,{}),m("div",{className:"maze-canvas-container",ref:n,children:[m("canvas",{ref:i,className:"maze-game-canvas"}),m("div",{className:"maze-touch-area maze-up"}),m("div",{className:"maze-touch-area maze-down"}),m("div",{className:"maze-touch-area maze-left"}),m("div",{className:"maze-touch-area maze-right"})]})]})};function ho(){return m(Ot,{children:m(uo,{})})}function _o({config:t={}}){const e={...ee.i18n,...t.i18n||{}},o={...ee.renderConfig,...t.renderConfig||{}},n=t.levelConfig||ge;return t={...ee,...t,i18n:e,levelConfig:n,renderConfig:o},m(mt,{config:t,children:m(ho,{})})}const fo={root:"https://unpkg.com/@roudanio/maze@0.0.8/dist/",...ee};return`${JSON.stringify(fo,null,2)}`,{async init(t,e){const o=typeof t=="string"?document.querySelector(t):t;if(!o){console.warn("Cannot find the root element");const c=document.createElement("div");c.style.textAlign="center",c.style.padding="20px",c.innerHTML="Cannot find the root element",document.body.append(c);return}let{root:n=location.origin}=e;n.at(-1)!=="/"&&(n+="/");const i=document.createElement("div"),r=document.createElement("div");i.style.cssText=`
|
|
27
2
|
height: 30px;
|
|
28
3
|
width: 100%;
|
|
29
4
|
border: solid 2px #999;
|
|
@@ -39,4 +14,4 @@ var Maze=function(){"use strict";var Y,y,we,F,be,ke,Te,ze,re,se,le,Pe,B={},Ne=[]
|
|
|
39
14
|
@keyframes loading {
|
|
40
15
|
0% { width: 0%; }
|
|
41
16
|
100% { width: 99%; }
|
|
42
|
-
}`,document.head.appendChild(s),await(async
|
|
17
|
+
}`,document.head.appendChild(s),await(async c=>new Promise((a,d)=>{const u=document.createElement("link");u.rel="stylesheet",u.type="text/css",u.href=c,u.onload=a,u.onerror=d,document.head.appendChild(u)}))(n+"maze.css"),ct(m(_o,{config:e}),o)}}}();
|