From 746eab8da365bc1df7d32177c8fbb8235e873d28 Mon Sep 17 00:00:00 2001 From: Riley Shaw Date: Sat, 23 Aug 2014 18:25:47 -0700 Subject: [PATCH] Update 2014-08-24T01:25:47.397Z --- index.html | 23 +++++++++++------------ terra.demo.min.js | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index bc2ea43..e6681ee 100644 --- a/index.html +++ b/index.html @@ -129,22 +129,20 @@ terra.creatureFactory.register({ reproduceLv: 0.65 }); -terra.creatureFactory.register({ +creatureFactory.register({ type: 'wimp', color: [0, 255, 255], - size: 20, - maxEnergy: 50, - moveLv: 0, - initialEnergy: 10 -}); - -terra.creatureFactory.register({ - type: 'bully', - color: [241, 196, 15], - size: 30, maxEnergy: 50, initialEnergy: 10, - moveLv: 0, + size: 20 +}); + +creatureFactory.register({ + type: 'bully', + color: [241, 196, 15], + maxEnergy: 50, + initialEnergy: 15, + reproduceLv: 0.6, sustainability: 3 }); @@ -240,6 +238,7 @@ paTerrarium.animate();

diff --git a/terra.demo.min.js b/terra.demo.min.js index dfc83bd..5550579 100755 --- a/terra.demo.min.js +++ b/terra.demo.min.js @@ -1,2 +1,2 @@ -Function.prototype.bind||(Function.prototype.bind=function(e){if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var t=Array.prototype.slice.call(arguments,1),n=this;return fNOP=function(){},fBound=function(){return n.apply(this instanceof fNOP&&e?this:e,t.concat(Array.prototype.slice.call(arguments)))},fNOP.prototype=this.prototype,fBound.prototype=new fNOP,fBound}),!function(e,t){"function"==typeof define&&define.amd?define("smoothScroll",t(e)):"object"==typeof exports?module.exports=t(e):e.smoothScroll=t(e)}(this,function(e){"use strict";var t,n={},r=!!document.querySelector&&!!e.addEventListener,o={speed:500,easing:"easeInOutCubic",offset:0,updateURL:!0,callbackBefore:function(){},callbackAfter:function(){}},i=function(e,t,n){if("[object Object]"===Object.prototype.toString.call(e))for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.call(n,e[r],r,e);else for(var o=0,i=e.length;i>o;o++)t.call(n,e[o],o,e)},a=function(e,t){var n={};return i(e,function(t,r){n[r]=e[r]}),i(t,function(e,r){n[r]=t[r]}),n},u=function(e){for(var t,n=String(e),r=n.length,o=-1,i="",a=n.charCodeAt(0);++o=1&&31>=t||127==t||0===o&&t>=48&&57>=t||1===o&&t>=48&&57>=t&&45===a?"\\"+t.toString(16)+" ":t>=128||45===t||95===t||t>=48&&57>=t||t>=65&&90>=t||t>=97&&122>=t?n.charAt(o):"\\"+n.charAt(o)}return i},c=function(e,t){var n;return"easeInQuad"===e&&(n=t*t),"easeOutQuad"===e&&(n=t*(2-t)),"easeInOutQuad"===e&&(n=.5>t?2*t*t:-1+(4-2*t)*t),"easeInCubic"===e&&(n=t*t*t),"easeOutCubic"===e&&(n=--t*t*t+1),"easeInOutCubic"===e&&(n=.5>t?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1),"easeInQuart"===e&&(n=t*t*t*t),"easeOutQuart"===e&&(n=1- --t*t*t*t),"easeInOutQuart"===e&&(n=.5>t?8*t*t*t*t:1-8*--t*t*t*t),"easeInQuint"===e&&(n=t*t*t*t*t),"easeOutQuint"===e&&(n=1+--t*t*t*t*t),"easeInOutQuint"===e&&(n=.5>t?16*t*t*t*t*t:1+16*--t*t*t*t*t),n||t},s=function(e,t,n){var r=0;if(e.offsetParent)do r+=e.offsetTop,e=e.offsetParent;while(e);return r=r-t-n,r>=0?r:0},l=function(){return Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},f=function(e){return e&&"object"==typeof JSON&&"function"==typeof JSON.parse?JSON.parse(e):{}},p=function(e,t){history.pushState&&(t||"true"===t)&&history.pushState({pos:e.id},"",window.location.pathname+e)};return n.animateScroll=function(t,n,r,i){var g=a(g||o,r||{}),d=f(t?t.getAttribute("data-options"):null);g=a(g,d),n="#"+u(n.substr(1));var h,y,m,v=document.querySelector("[data-scroll-header]"),b=null===v?0:v.offsetHeight+v.offsetTop,w=e.pageYOffset,x=s(document.querySelector(n),b,parseInt(g.offset,10)),E=x-w,j=l(),k=0;t&&"a"===t.tagName.toLowerCase()&&i&&i.preventDefault(),p(n,g.updateURL);var O=function(r,o,i){var a=e.pageYOffset;(r==o||a==o||e.innerHeight+a>=j)&&(clearInterval(i),g.callbackAfter(t,n))},S=function(){k+=16,y=k/parseInt(g.speed,10),y=y>1?1:y,m=w+E*c(g.easing,y),e.scrollTo(0,Math.floor(m)),O(m,x,h)},C=function(){g.callbackBefore(t,n),h=setInterval(S,16)};0===e.pageYOffset&&e.scrollTo(0,0),C()},n.init=function(e){if(r){t=a(o,e||{});var u=document.querySelectorAll("[data-scroll]");i(u,function(e){e.addEventListener("click",n.animateScroll.bind(null,e,e.hash,t),!1)})}},n}),self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{};var Prism=function(){var e=/\blang(?:uage)?-(?!\*)(\w+)\b/i,t=self.Prism={util:{encode:function(e){return e instanceof n?new n(e.type,t.util.encode(e.content)):"Array"===t.util.type(e)?e.map(t.util.encode):e.replace(/&/g,"&").replace(/e.length)break e;if(!(d instanceof r)){s.lastIndex=0;var h=s.exec(d);if(h){f&&(p=h[1].length);var y=h.index-1+p,h=h[0].slice(p),m=h.length,v=y+m,b=d.slice(0,y+1),w=d.slice(v+1),x=[g,1];b&&x.push(b);var E=new r(a,l?t.tokenize(h,l):h);x.push(E),w&&x.push(w),Array.prototype.splice.apply(o,x)}}}}}return o},hooks:{all:{},add:function(e,n){var r=t.hooks.all;r[e]=r[e]||[],r[e].push(n)},run:function(e,n){var r=t.hooks.all[e];if(r&&r.length)for(var o,i=0;o=r[i++];)o(n)}}},n=t.Token=function(e,t){this.type=e,this.content=t};if(n.stringify=function(e,r,o){if("string"==typeof e)return e;if("[object Array]"==Object.prototype.toString.call(e))return e.map(function(t){return n.stringify(t,r,e)}).join("");var i={type:e.type,content:n.stringify(e.content,r,o),tag:"span",classes:["token",e.type],attributes:{},language:r,parent:o};"comment"==i.type&&(i.attributes.spellcheck="true"),t.hooks.run("wrap",i);var a="";for(var u in i.attributes)a+=u+'="'+(i.attributes[u]||"")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'" '+a+">"+i.content+""},!self.document)return self.addEventListener?(self.addEventListener("message",function(e){var n=JSON.parse(e.data),r=n.language,o=n.code;self.postMessage(JSON.stringify(t.tokenize(o,t.languages[r]))),self.close()},!1),self.Prism):self.Prism;var r=document.getElementsByTagName("script");return r=r[r.length-1],r&&(t.filename=r.src,document.addEventListener&&!r.hasAttribute("data-manual")&&document.addEventListener("DOMContentLoaded",t.highlightAll)),self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),Prism.languages.markup={comment://g,prolog:/<\?.+?\?>/,doctype://,cdata://i,tag:{pattern:/<\/?[\w:-]+\s*(?:\s+[\w:-]+(?:=(?:("|')(\\?[\w\W])*?\1|[^\s'">=]+))?\s*)*\/?>/gi,inside:{tag:{pattern:/^<\/?[\w:-]+/i,inside:{punctuation:/^<\/?/,namespace:/^[\w-]+?:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/gi,inside:{punctuation:/=|>|"/g}},punctuation:/\/?>/g,"attr-name":{pattern:/[\w:-]+/g,inside:{namespace:/^[\w-]+?:/}}}},entity:/\&#?[\da-z]{1,8};/gi},Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//g,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*?(\r?\n|$)/g,lookbehind:!0}],string:/("|')(\\?.)*?\1/g,"class-name":{pattern:/((?:(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/gi,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/g,"boolean":/\b(true|false)\b/g,"function":{pattern:/[a-z0-9_]+\(/gi,inside:{punctuation:/\(/}},number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?)\b/g,operator:/[-+]{1,2}|!|<=?|>=?|={1,3}|&{1,2}|\|?\||\?|\*|\/|\~|\^|\%/g,ignore:/&(lt|gt|amp);/gi,punctuation:/[{}[\];(),.:]/g},Prism.languages.javascript=Prism.languages.extend("clike",{keyword:/\b(break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|false|finally|for|function|get|if|implements|import|in|instanceof|interface|let|new|null|package|private|protected|public|return|set|static|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/g,number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?|NaN|-?Infinity)\b/g}),Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^/])\/(?!\/)(\[.+?]|\\.|[^/\r\n])+\/[gim]{0,3}(?=\s*($|[\r\n,.;})]))/g,lookbehind:!0}}),Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/[\w\W]*?<\/script>/gi,inside:{tag:{pattern:/|<\/script>/gi,inside:Prism.languages.markup.tag.inside},rest:Prism.languages.javascript}}}),function(e,t,n,r,o,i,a){e.GoogleAnalyticsObject=o,e[o]=e[o]||function(){(e[o].q=e[o].q||[]).push(arguments)},e[o].l=1*new Date,i=t.createElement(n),a=t.getElementsByTagName(n)[0],i.async=1,i.src=r,a.parentNode.insertBefore(i,a)}(window,document,"script","//www.google-analytics.com/analytics.js","ga"),ga("create","UA-49939229-4","auto"),ga("send","pageview"),function e(t,n,r){function o(a,u){if(!n[a]){if(!t[a]){var c="function"==typeof require&&require;if(!u&&c)return c(a,!0);if(i)return i(a,!0);var s=new Error("Cannot find module '"+a+"'");throw s.code="MODULE_NOT_FOUND",s}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;a=s&&!g?(document.body.className="sticky",d.stop(),g=!0):s>e&&g&&(document.body.className="",d.animate(),g=!1)}function n(e,t){var n=e.canvas,r=n.parentNode,o=n.nextElementSibling,i=document.createElement("div"),a=document.createElement("button"),u=document.createElement("button");a.className="icon-play",u.className="icon-stop",i.className="canvasWrapper stopped",i.appendChild(n),i.appendChild(a),i.appendChild(u),o?r.insertBefore(i,o):r.appendChild(i),a.addEventListener("click",function(){i.className="canvasWrapper playing",e.animate(t,function(){u.click()})},!1),u.addEventListener("click",function(){i.className="canvasWrapper stopped",e.stop(),e.populate(e.initial)},!1)}var r=e("../../app/terrarium.js");e("./bugs.js");var o=document.getElementById("scroller1"),i=document.getElementById("header"),a=document.getElementById("gol"),u=document.getElementById("cyclic");wbExample=document.getElementById("wimpsAndBullies");var c=document.getElementById("ex1End"),s=window.innerHeight,l=document.documentElement.clientWidth,f=Math.ceil(s/20),p=Math.ceil(l/20),g=!1,d=new r(p,f,"topTerrarium",20,i);d.canvas.style.top=d.canvas.style.left="50%",d.canvas.style.marginTop=20*f/-2+"px",d.canvas.style.marginLeft=20*p/-2+"px",d.initial=[["plant",50],["wimp",5],["bully",5]],d.populate(d.initial);var h=new r(25,25,"ex1",12,c);h.initial=[["secondCreature",10],["simplePlant",90]],h.populate(h.initial);var y=new r(25,25,"golTerrarium",12,a);y.initial=[["GoL",100]],y.populate(y.initial);var m=new r(100,100,"cyclicTerrarium",3,u);m.initial=[["cyclic",100]],m.populate(m.initial),wbTerrarium=new r(50,50,"wbTerrarium",6,wbExample),wbTerrarium.populate(d.initial),d.draw(),h.draw(),y.draw(),m.draw(),wbTerrarium.draw(),d.animate(),n(h,300),n(y,300),n(m),n(wbTerrarium),smoothScroll.init({offset:60}),document.addEventListener("scroll",t),o.addEventListener("click",function(){d.stop()},!1)},{"../../app/terrarium.js":5,"./bugs.js":8}],2:[function(e,t){var n=e("./util.js"),r=function(){function e(){this.age=0}e.prototype.initialEnergy=50,e.prototype.maxEnergy=100,e.prototype.efficiency=.7,e.prototype.size=50,e.prototype.actionRadius=1,e.prototype.sustainability=2,e.prototype.reproduceLv=.7,e.prototype.moveLv=.2,e.prototype.boundEnergy=function(){this.energy>this.maxEnergy&&(this.energy=this.maxEnergy)},e.prototype.isDead=function(){return this.energy<=0},e.prototype.reproduce=function(e){var t=n.filter(e,function(e){return!e.creature});if(t.length){var o=t[n.random(t.length-1)],i=o.coords,a=r.make(this.type),u=function(){return this.energy-=this.initialEnergy,!0}.bind(this),c=this.wait;return{x:i.x,y:i.y,creature:a,successFn:u,failureFn:c}}return!1},e.prototype.move=function(e){var t=this,r=n.filter(e,function(e){return e.creature.sizen*this.reproduceLv&&this.reproduce?t=this.reproduce(e):this.energy>n*this.moveLv&&this.move&&(t=this.move(e));var r=t.creature;return r?(r.successFn=t.successFn||r.wait,r.failureFn=t.failureFn||r.wait,{x:t.x,y:t.y,creature:r}):!1};var t={};return{make:function(e,n){var r=t[e];return r?new r(n):!1},register:function(r,o){var i=r.type;if("string"==typeof i&&"undefined"==typeof t[i]){t[i]="function"==typeof o?function(){this.energy=this.initialEnergy,o.call(this)}:function(){this.energy=this.initialEnergy};var a=r.color;return("object"!=typeof a||3!==a.length)&&(r.color=[n.random(255),n.random(255),n.random(255)]),t[i].prototype=new e,t[i].prototype.constructor=t[i],n.each(r,function(e,n){t[i].prototype[n]=e}),t[i].prototype.successFn=t[i].wait,t[i].prototype.failureFn=t[i].wait,t[i].prototype.energy=r.initialEnergy,!0}return!1}}}();t.exports=r},{"./util.js":6}],3:[function(e,t){var n=e("./util.js");t.exports=function(e,t,r){var o=e.getContext("2d");o.font="bold "+r+"px Arial",o.clearRect(0,0,e.width,e.height),n.each(t,function(e,t){n.each(e,function(e,n){if(e){var i=e.colorFn?e.colorFn():e.color+","+e.energy/e.maxEnergy;o.fillStyle="rgba("+i+")",e.character?o.fillText(e.character,t*r,n*r+r):o.fillRect(t*r,n*r,r,r)}})})}},{"./util.js":6}],4:[function(e,t){var n=function(e,t,n,r){function o(r){var o=document.createElement("canvas");return r=function(){var e=document.createElement("canvas").getContext("2d"),t=window.devicePixelRatio||1,n=e.webkitBackingStorePixelRatio||e.mozBackingStorePixelRatio||e.msBackingStorePixelRatio||e.oBackingStorePixelRatio||e.backingStorePixelRatio||1;return t/n}(),o.width=e*r,o.height=t*r,o.style.width=e+"px",o.style.height=t+"px",o.getContext("2d").setTransform(r,0,0,r,0,0),n&&(o.id=n),o}var i=o();return r?r.parentNode.insertBefore(i,r.nextSibling):document.body.appendChild(i),i};t.exports={createCanvasElement:n}},{}],5:[function(e,t){function n(e,t,n,r,o){this.width=e,this.height=t,this.cellSize=r||10,this.grid=[],this.canvas=a.createCanvasElement(e*r,t*r,n,o),this.nextFrame=!1}var r=e("./util"),o=e("./creature.js"),i=e("./display.js"),a=e("./dom.js");n.prototype.populate=function(e,t){function n(e,t){var n=e+t[1];return!i&&n>a&&(i=o.make(t[0])),n}var i,a=0;t||(t=this.grid);for(var u=this.width;u--;)if(t[u]=[],e)for(var c=this.height;c--;)i=!1,a=r.random(100,!0),r.reduce(e,n,0),t[u].push(i)},n.prototype.step=function(e){function t(e){if(e){var t=r.assign(new e.constructor,e);return t.isDead()?!1:t}return!1}function n(e){return r.map(e,t)}function o(e){return{coords:e,creature:d[e.x][e.y]}}function i(e){var t=e.creature;t?(t.failureFn(),t.boundEnergy()):(e.wait(),e.boundEnergy())}function a(e,t,n){if(e){var a=r.map(r.getNeighborCoords(t,n,p-1,g-1,e.actionRadius),o),u=e.queue(a);if(u){var c=f[u.x];c[u.y]||(c[u.y]=[]),c[u.y].push({x:t,y:n,creature:u.creature})}else i(e)}}function u(e,t){r.each(e,function(e,n){a(e,t,n)})}function c(e,t,n){if(e){var o=e.splice(r.random(e.length-1),1)[0],a=o.creature;a.successFn()===!1&&(l[o.x][o.y]=!1),a.boundEnergy(),l[t][n]=a,r.each(e,i)}}function s(e,t){r.each(e,function(e,n){c(e,t,n)})}var l,f,p=this.width,g=this.height,d=this.grid;for("number"!=typeof e&&(e=1);e--;)d=l?r.clone(l):this.grid,l=r.map(d,n),f=[],this.populate(!1,f),r.each(l,u),r.each(f,s);return l},n.prototype.draw=function(){i(this.canvas,this.grid,this.cellSize)},n.prototype.animate=function(e,t){function n(){o.grid=o.step(),o.draw(),r++!==e?o.nextFrame=requestAnimationFrame(n):(o.nextFrame=!1,t())}if(!this.nextFrame){var r=0,o=this;o.nextFrame=requestAnimationFrame(n)}},n.prototype.stop=function(){cancelAnimationFrame(this.nextFrame),this.nextFrame=!1},t.exports=n},{"./creature.js":2,"./display.js":3,"./dom.js":4,"./util":6}],6:[function(e,t){e("../bower_components/seedrandom/seedrandom.js")("terra",{global:!0});var n=e("../lodash_custom/lodash.custom.min.js")._;n.getNeighborCoords=function(e,t,n,r,o){var i,a,u,c,s=[];("number"!=typeof o||1>o)&&(o=1),i=Math.max(0,e-o),u=Math.max(0,t-o),a=Math.min(e+o,n),c=Math.min(t+o,r);for(var l=i;a>=l;l++)for(var f=u;c>=f;f++)(l!==e||f!==t)&&s.push({x:l,y:f});return s},t.exports=n},{"../bower_components/seedrandom/seedrandom.js":7,"../lodash_custom/lodash.custom.min.js":9}],7:[function(e,t){!function(e,t,n,r,o,i,a,u,c){function s(e){var t,n=e.length,o=this,i=0,a=o.i=o.j=0,u=o.S=[];for(n||(e=[n++]);r>i;)u[i]=i++;for(i=0;r>i;i++)u[i]=u[a=m&a+e[i%n]+(t=u[i])],u[a]=t;(o.g=function(e){for(var t,n=0,i=o.i,a=o.j,u=o.S;e--;)t=u[i=m&i+1],n=n*r+u[m&(u[i]=u[a=m&a+t])+(u[a]=t)];return o.i=i,o.j=a,n})(r)}function l(e,t){var n,r=[],o=typeof e;if(t&&"object"==o)for(n in e)try{r.push(l(e[n],t-1))}catch(i){}return r.length?r:"string"==o?e:e+"\x00"}function f(e,t){for(var n,r=e+"",o=0;oe;)e=(e+n)*r,t*=r,n=v.g(1);for(;e>=y;)e/=2,t/=2,n>>>=1;return(e+n)/t},m,"global"in i?i.global:this==n)};f(n[c](),t),a&&a.exports?a.exports=v:u&&u.amd&&u(function(){return v})}(this,[],Math,256,6,52,"object"==typeof t&&t,"function"==typeof define&&define,"random")},{}],8:[function(e){var t=e("../../app/creature.js"),n=e("../../app/util.js");t.register({type:"plant",color:[0,120,0],size:10,initialEnergy:5,maxEnergy:20,wait:function(){this.energy+=1},move:!1,reproduceLv:.65}),t.register({type:"wimp",color:[0,255,255],size:20,maxEnergy:50,moveLv:0,initialEnergy:10}),t.register({type:"bully",color:[241,196,15],size:30,maxEnergy:50,initialEnergy:10,reproduceLv:.6,moveLv:0,sustainability:3}),t.register({type:"GoL",colorFn:function(){return this.alive?this.color+",1":"0,0,0,0"},wait:function(){},isDead:function(){return!1},queue:function(e){var t=n.filter(e,function(e){return e.creature.alive}).length;return this.alive=3===t||2===t&&this.alive,!1}},function(){this.alive=Math.random()<.5}),t.register({type:"cyclic",colors:["255,0,0,1","255,96,0,1","255,191,0,1","223,255,0,1","128,255,0,1","32,255,0,1","0,255,64,1","0,255,159,1","0,255,255,1","0,159,255,1","0,64,255,1","32,0,255,1","127,0,255,1","223,0,255,1","255,0,191,1","255,0,96,1"],colorFn:function(){return this.colors[this.state]},wait:function(){},isDead:function(){return!1},queue:function(e){var t=(this.state+1)%16,r=n.some(e,function(e){return e.creature.state===t});r&&(this.state=t)}},function(){this.state=Math.floor(16*Math.random())}),t.register({type:"secondCreature",color:[154,109,235],initialEnergy:100,sustainability:6,reproduceLv:1,moveLv:0}),t.register({type:"simplePlant",color:[166,226,46],colorFn:function(){return this.color+",1"},size:10,initialEnergy:5,maxEnergy:20,wait:function(){this.energy+=1},move:!1,reproduceLv:.65})},{"../../app/creature.js":2,"../../app/util.js":6}],9:[function(e,t,n){(function(e){(function(){function r(e){return"function"!=typeof e.toString&&"string"==typeof(e+"")}function o(e){e.length=0,F.length<_&&F.push(e)}function i(e,t){var n;t||(t=0),"undefined"==typeof n&&(n=e?e.length:0);var r=-1;n=n-t||0;for(var o=Array(0>n?0:n);++rk;k++)r+="n='"+n.h[k]+"';if((!(r&&x[n])&&m.call(t,n))",n.j||(r+="||(!x[n]&&t[n]!==A[n])"),r+="){"+n.g+"}";r+="}"}return(n.b||wt.nonEnumArgs)&&(r+="}"),r+=n.c+";return E",e("d,j,k,m,o,p,q,s,v,A,B,y,I,J,L",t+r+"}")(l,R,tt,ct,N,y,Et,b,$.f,nt,Y,bt,Q,rt,ot)}function h(e){return"function"==typeof e&&it.test(e)}function y(e){return e&&"object"==typeof e&&"number"==typeof e.length&&ot.call(e)==D||!1}function m(e){return"function"==typeof e}function v(e){return!(!e||!Y[typeof e])}function b(e){return"string"==typeof e||e&&"object"==typeof e&&ot.call(e)==Q||!1}function w(e,t,n){var r=[];if(t=a.createCallback(t,n,3),Et(e)){n=-1;for(var o=e.length;++narguments.length;if(t=a.createCallback(t,r,4),Et(e)){var i=-1,u=e.length;for(o&&(n=e[++i]);++i3&&typeof a[c-2]=='function'){var e=d(a[--c-1],a[c--],2)}else if(c>2&&typeof a[c-1]=='function'){e=a[--c]}"),g:"E[n]=e?e(E[n],t[n]):t[n]"}),At=d(Z,Ot,{j:!1}),Pt=d(Z,Ot);m(/x/)&&(m=function(e){return"function"==typeof e&&"[object Function]"==ot.call(e)}),a.assign=Ct,a.bind=S,a.createCallback=function(e,t,n){var r=typeof e;if(null==e||"function"==r)return l(e,t,n);if("object"!=r)return P(e);var o=kt(e),i=o[0],a=e[i];return 1!=o.length||a!==a||v(a)?function(t){for(var n=o.length,r=!1;n--&&(r=p(t[o[n]],e[o[n]],null,!0)););return r}:function(e){return e=e[i],a===e&&(0!==a||1/a==1/e)}},a.filter=w,a.forEach=x,a.forIn=At,a.forOwn=Pt,a.keys=kt,a.map=E,a.property=P,a.collect=E,a.each=x,a.extend=Ct,a.select=w,a.clone=function(e,t,n,r){return"boolean"!=typeof t&&null!=t&&(r=n,n=t,t=!1),c(e,t,"function"==typeof n&&l(n,r,1))},a.identity=C,a.isArguments=y,a.isArray=Et,a.isFunction=m,a.isObject=v,a.isString=b,a.noop=A,a.random=function(e,t,n){var r=null==e,o=null==t;return null==n&&("boolean"==typeof e&&o?(n=e,e=1):o||"boolean"!=typeof t||(n=t,o=!0)),r&&o&&(t=1),e=+e||0,o?(t=e,e=0):t=+t||0,n||e%1||t%1?(n=mt(),yt(e+n*(t-e+parseFloat("1e-"+((n+"").length-1))),t)):e+at(mt()*(t-e+1)) +Function.prototype.bind||(Function.prototype.bind=function(e){if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var t=Array.prototype.slice.call(arguments,1),n=this;return fNOP=function(){},fBound=function(){return n.apply(this instanceof fNOP&&e?this:e,t.concat(Array.prototype.slice.call(arguments)))},fNOP.prototype=this.prototype,fBound.prototype=new fNOP,fBound}),!function(e,t){"function"==typeof define&&define.amd?define("smoothScroll",t(e)):"object"==typeof exports?module.exports=t(e):e.smoothScroll=t(e)}(this,function(e){"use strict";var t,n={},r=!!document.querySelector&&!!e.addEventListener,o={speed:500,easing:"easeInOutCubic",offset:0,updateURL:!0,callbackBefore:function(){},callbackAfter:function(){}},i=function(e,t,n){if("[object Object]"===Object.prototype.toString.call(e))for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.call(n,e[r],r,e);else for(var o=0,i=e.length;i>o;o++)t.call(n,e[o],o,e)},a=function(e,t){var n={};return i(e,function(t,r){n[r]=e[r]}),i(t,function(e,r){n[r]=t[r]}),n},u=function(e){for(var t,n=String(e),r=n.length,o=-1,i="",a=n.charCodeAt(0);++o=1&&31>=t||127==t||0===o&&t>=48&&57>=t||1===o&&t>=48&&57>=t&&45===a?"\\"+t.toString(16)+" ":t>=128||45===t||95===t||t>=48&&57>=t||t>=65&&90>=t||t>=97&&122>=t?n.charAt(o):"\\"+n.charAt(o)}return i},c=function(e,t){var n;return"easeInQuad"===e&&(n=t*t),"easeOutQuad"===e&&(n=t*(2-t)),"easeInOutQuad"===e&&(n=.5>t?2*t*t:-1+(4-2*t)*t),"easeInCubic"===e&&(n=t*t*t),"easeOutCubic"===e&&(n=--t*t*t+1),"easeInOutCubic"===e&&(n=.5>t?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1),"easeInQuart"===e&&(n=t*t*t*t),"easeOutQuart"===e&&(n=1- --t*t*t*t),"easeInOutQuart"===e&&(n=.5>t?8*t*t*t*t:1-8*--t*t*t*t),"easeInQuint"===e&&(n=t*t*t*t*t),"easeOutQuint"===e&&(n=1+--t*t*t*t*t),"easeInOutQuint"===e&&(n=.5>t?16*t*t*t*t*t:1+16*--t*t*t*t*t),n||t},s=function(e,t,n){var r=0;if(e.offsetParent)do r+=e.offsetTop,e=e.offsetParent;while(e);return r=r-t-n,r>=0?r:0},l=function(){return Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},f=function(e){return e&&"object"==typeof JSON&&"function"==typeof JSON.parse?JSON.parse(e):{}},p=function(e,t){history.pushState&&(t||"true"===t)&&history.pushState({pos:e.id},"",window.location.pathname+e)};return n.animateScroll=function(t,n,r,i){var g=a(g||o,r||{}),d=f(t?t.getAttribute("data-options"):null);g=a(g,d),n="#"+u(n.substr(1));var h,y,m,v=document.querySelector("[data-scroll-header]"),b=null===v?0:v.offsetHeight+v.offsetTop,w=e.pageYOffset,x=s(document.querySelector(n),b,parseInt(g.offset,10)),E=x-w,j=l(),k=0;t&&"a"===t.tagName.toLowerCase()&&i&&i.preventDefault(),p(n,g.updateURL);var O=function(r,o,i){var a=e.pageYOffset;(r==o||a==o||e.innerHeight+a>=j)&&(clearInterval(i),g.callbackAfter(t,n))},S=function(){k+=16,y=k/parseInt(g.speed,10),y=y>1?1:y,m=w+E*c(g.easing,y),e.scrollTo(0,Math.floor(m)),O(m,x,h)},C=function(){g.callbackBefore(t,n),h=setInterval(S,16)};0===e.pageYOffset&&e.scrollTo(0,0),C()},n.init=function(e){if(r){t=a(o,e||{});var u=document.querySelectorAll("[data-scroll]");i(u,function(e){e.addEventListener("click",n.animateScroll.bind(null,e,e.hash,t),!1)})}},n}),self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{};var Prism=function(){var e=/\blang(?:uage)?-(?!\*)(\w+)\b/i,t=self.Prism={util:{encode:function(e){return e instanceof n?new n(e.type,t.util.encode(e.content)):"Array"===t.util.type(e)?e.map(t.util.encode):e.replace(/&/g,"&").replace(/e.length)break e;if(!(d instanceof r)){s.lastIndex=0;var h=s.exec(d);if(h){f&&(p=h[1].length);var y=h.index-1+p,h=h[0].slice(p),m=h.length,v=y+m,b=d.slice(0,y+1),w=d.slice(v+1),x=[g,1];b&&x.push(b);var E=new r(a,l?t.tokenize(h,l):h);x.push(E),w&&x.push(w),Array.prototype.splice.apply(o,x)}}}}}return o},hooks:{all:{},add:function(e,n){var r=t.hooks.all;r[e]=r[e]||[],r[e].push(n)},run:function(e,n){var r=t.hooks.all[e];if(r&&r.length)for(var o,i=0;o=r[i++];)o(n)}}},n=t.Token=function(e,t){this.type=e,this.content=t};if(n.stringify=function(e,r,o){if("string"==typeof e)return e;if("[object Array]"==Object.prototype.toString.call(e))return e.map(function(t){return n.stringify(t,r,e)}).join("");var i={type:e.type,content:n.stringify(e.content,r,o),tag:"span",classes:["token",e.type],attributes:{},language:r,parent:o};"comment"==i.type&&(i.attributes.spellcheck="true"),t.hooks.run("wrap",i);var a="";for(var u in i.attributes)a+=u+'="'+(i.attributes[u]||"")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'" '+a+">"+i.content+""},!self.document)return self.addEventListener?(self.addEventListener("message",function(e){var n=JSON.parse(e.data),r=n.language,o=n.code;self.postMessage(JSON.stringify(t.tokenize(o,t.languages[r]))),self.close()},!1),self.Prism):self.Prism;var r=document.getElementsByTagName("script");return r=r[r.length-1],r&&(t.filename=r.src,document.addEventListener&&!r.hasAttribute("data-manual")&&document.addEventListener("DOMContentLoaded",t.highlightAll)),self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),Prism.languages.markup={comment://g,prolog:/<\?.+?\?>/,doctype://,cdata://i,tag:{pattern:/<\/?[\w:-]+\s*(?:\s+[\w:-]+(?:=(?:("|')(\\?[\w\W])*?\1|[^\s'">=]+))?\s*)*\/?>/gi,inside:{tag:{pattern:/^<\/?[\w:-]+/i,inside:{punctuation:/^<\/?/,namespace:/^[\w-]+?:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/gi,inside:{punctuation:/=|>|"/g}},punctuation:/\/?>/g,"attr-name":{pattern:/[\w:-]+/g,inside:{namespace:/^[\w-]+?:/}}}},entity:/\&#?[\da-z]{1,8};/gi},Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//g,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*?(\r?\n|$)/g,lookbehind:!0}],string:/("|')(\\?.)*?\1/g,"class-name":{pattern:/((?:(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/gi,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/g,"boolean":/\b(true|false)\b/g,"function":{pattern:/[a-z0-9_]+\(/gi,inside:{punctuation:/\(/}},number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?)\b/g,operator:/[-+]{1,2}|!|<=?|>=?|={1,3}|&{1,2}|\|?\||\?|\*|\/|\~|\^|\%/g,ignore:/&(lt|gt|amp);/gi,punctuation:/[{}[\];(),.:]/g},Prism.languages.javascript=Prism.languages.extend("clike",{keyword:/\b(break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|false|finally|for|function|get|if|implements|import|in|instanceof|interface|let|new|null|package|private|protected|public|return|set|static|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/g,number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?|NaN|-?Infinity)\b/g}),Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^/])\/(?!\/)(\[.+?]|\\.|[^/\r\n])+\/[gim]{0,3}(?=\s*($|[\r\n,.;})]))/g,lookbehind:!0}}),Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/[\w\W]*?<\/script>/gi,inside:{tag:{pattern:/|<\/script>/gi,inside:Prism.languages.markup.tag.inside},rest:Prism.languages.javascript}}}),function(e,t,n,r,o,i,a){e.GoogleAnalyticsObject=o,e[o]=e[o]||function(){(e[o].q=e[o].q||[]).push(arguments)},e[o].l=1*new Date,i=t.createElement(n),a=t.getElementsByTagName(n)[0],i.async=1,i.src=r,a.parentNode.insertBefore(i,a)}(window,document,"script","//www.google-analytics.com/analytics.js","ga"),ga("create","UA-49939229-4","auto"),ga("send","pageview"),function e(t,n,r){function o(a,u){if(!n[a]){if(!t[a]){var c="function"==typeof require&&require;if(!u&&c)return c(a,!0);if(i)return i(a,!0);var s=new Error("Cannot find module '"+a+"'");throw s.code="MODULE_NOT_FOUND",s}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;a=s&&!g?(document.body.className="sticky",d.stop(),g=!0):s>e&&g&&(document.body.className="",d.animate(),g=!1)}function n(e,t){var n=e.canvas,r=n.parentNode,o=n.nextElementSibling,i=document.createElement("div"),a=document.createElement("button"),u=document.createElement("button");a.className="icon-play",u.className="icon-stop",i.className="canvasWrapper stopped",i.appendChild(n),i.appendChild(a),i.appendChild(u),o?r.insertBefore(i,o):r.appendChild(i),a.addEventListener("click",function(){i.className="canvasWrapper playing",e.animate(t,function(){u.click()})},!1),u.addEventListener("click",function(){i.className="canvasWrapper stopped",e.stop(),e.populate(e.initial)},!1)}var r=e("../../app/terrarium.js");e("./bugs.js");var o=document.getElementById("scroller1"),i=document.getElementById("header"),a=document.getElementById("gol"),u=document.getElementById("cyclic");wbExample=document.getElementById("wimpsAndBullies");var c=document.getElementById("ex1End"),s=window.innerHeight,l=document.documentElement.clientWidth,f=Math.ceil(s/20),p=Math.ceil(l/20),g=!1,d=new r(p,f,"topTerrarium",20,i);d.canvas.style.top=d.canvas.style.left="50%",d.canvas.style.marginTop=20*f/-2+"px",d.canvas.style.marginLeft=20*p/-2+"px",d.initial=[["plant",50],["wimp",5],["bully",5]],d.populate(d.initial);var h=new r(25,25,"ex1",12,c);h.initial=[["secondCreature",10],["simplePlant",90]],h.populate(h.initial);var y=new r(25,25,"golTerrarium",12,a);y.initial=[["GoL",100]],y.populate(y.initial);var m=new r(100,100,"cyclicTerrarium",3,u);m.initial=[["cyclic",100]],m.populate(m.initial),wbTerrarium=new r(50,50,"wbTerrarium",6,wbExample),wbTerrarium.populate(d.initial),d.draw(),h.draw(),y.draw(),m.draw(),wbTerrarium.draw(),d.animate(),n(h,300),n(y,300),n(m),n(wbTerrarium),smoothScroll.init({offset:60}),document.addEventListener("scroll",t),o.addEventListener("click",function(){d.stop()},!1)},{"../../app/terrarium.js":5,"./bugs.js":8}],2:[function(e,t){var n=e("./util.js"),r=function(){function e(){this.age=0}e.prototype.initialEnergy=50,e.prototype.maxEnergy=100,e.prototype.efficiency=.7,e.prototype.size=50,e.prototype.actionRadius=1,e.prototype.sustainability=2,e.prototype.reproduceLv=.7,e.prototype.moveLv=0,e.prototype.boundEnergy=function(){this.energy>this.maxEnergy&&(this.energy=this.maxEnergy)},e.prototype.isDead=function(){return this.energy<=0},e.prototype.reproduce=function(e){var t=n.filter(e,function(e){return!e.creature});if(t.length){var o=t[n.random(t.length-1)],i=o.coords,a=r.make(this.type),u=function(){return this.energy-=this.initialEnergy,!0}.bind(this),c=this.wait;return{x:i.x,y:i.y,creature:a,successFn:u,failureFn:c}}return!1},e.prototype.move=function(e){var t=this,r=n.filter(e,function(e){return e.creature.sizen*this.reproduceLv&&this.reproduce?t=this.reproduce(e):this.energy>n*this.moveLv&&this.move&&(t=this.move(e));var r=t.creature;return r?(r.successFn=t.successFn||r.wait,r.failureFn=t.failureFn||r.wait,{x:t.x,y:t.y,creature:r}):!1};var t={};return{make:function(e,n){var r=t[e];return r?new r(n):!1},register:function(r,o){var i=r.type;if("string"==typeof i&&"undefined"==typeof t[i]){t[i]="function"==typeof o?function(){this.energy=this.initialEnergy,o.call(this)}:function(){this.energy=this.initialEnergy};var a=r.color;return("object"!=typeof a||3!==a.length)&&(r.color=[n.random(255),n.random(255),n.random(255)]),t[i].prototype=new e,t[i].prototype.constructor=t[i],n.each(r,function(e,n){t[i].prototype[n]=e}),t[i].prototype.successFn=t[i].wait,t[i].prototype.failureFn=t[i].wait,t[i].prototype.energy=r.initialEnergy,!0}return!1}}}();t.exports=r},{"./util.js":6}],3:[function(e,t){var n=e("./util.js");t.exports=function(e,t,r){var o=e.getContext("2d");o.font="bold "+r+"px Arial",o.clearRect(0,0,e.width,e.height),n.each(t,function(e,t){n.each(e,function(e,n){if(e){var i=e.colorFn?e.colorFn():e.color+","+e.energy/e.maxEnergy;o.fillStyle="rgba("+i+")",e.character?o.fillText(e.character,t*r,n*r+r):o.fillRect(t*r,n*r,r,r)}})})}},{"./util.js":6}],4:[function(e,t){var n=function(e,t,n,r){function o(r){var o=document.createElement("canvas");return r=function(){var e=document.createElement("canvas").getContext("2d"),t=window.devicePixelRatio||1,n=e.webkitBackingStorePixelRatio||e.mozBackingStorePixelRatio||e.msBackingStorePixelRatio||e.oBackingStorePixelRatio||e.backingStorePixelRatio||1;return t/n}(),o.width=e*r,o.height=t*r,o.style.width=e+"px",o.style.height=t+"px",o.getContext("2d").setTransform(r,0,0,r,0,0),n&&(o.id=n),o}var i=o();return r?r.parentNode.insertBefore(i,r.nextSibling):document.body.appendChild(i),i};t.exports={createCanvasElement:n}},{}],5:[function(e,t){function n(e,t,n,r,o){this.width=e,this.height=t,this.cellSize=r||10,this.grid=[],this.canvas=a.createCanvasElement(e*r,t*r,n,o),this.nextFrame=!1}var r=e("./util"),o=e("./creature.js"),i=e("./display.js"),a=e("./dom.js");n.prototype.populate=function(e,t){function n(e,t){var n=e+t[1];return!i&&n>a&&(i=o.make(t[0])),n}var i,a=0;t||(t=this.grid);for(var u=this.width;u--;)if(t[u]=[],e)for(var c=this.height;c--;)i=!1,a=r.random(100,!0),r.reduce(e,n,0),t[u].push(i)},n.prototype.step=function(e){function t(e){if(e){var t=r.assign(new e.constructor,e);return t.isDead()?!1:t}return!1}function n(e){return r.map(e,t)}function o(e){return{coords:e,creature:d[e.x][e.y]}}function i(e){var t=e.creature;t?(t.failureFn(),t.boundEnergy()):(e.wait(),e.boundEnergy())}function a(e,t,n){if(e){var a=r.map(r.getNeighborCoords(t,n,p-1,g-1,e.actionRadius),o),u=e.queue(a);if(u){var c=f[u.x];c[u.y]||(c[u.y]=[]),c[u.y].push({x:t,y:n,creature:u.creature})}else i(e)}}function u(e,t){r.each(e,function(e,n){a(e,t,n)})}function c(e,t,n){if(e){var o=e.splice(r.random(e.length-1),1)[0],a=o.creature;a.successFn()===!1&&(l[o.x][o.y]=!1),a.boundEnergy(),l[t][n]=a,r.each(e,i)}}function s(e,t){r.each(e,function(e,n){c(e,t,n)})}var l,f,p=this.width,g=this.height,d=this.grid;for("number"!=typeof e&&(e=1);e--;)d=l?r.clone(l):this.grid,l=r.map(d,n),f=[],this.populate(!1,f),r.each(l,u),r.each(f,s);return l},n.prototype.draw=function(){i(this.canvas,this.grid,this.cellSize)},n.prototype.animate=function(e,t){function n(){o.grid=o.step(),o.draw(),r++!==e?o.nextFrame=requestAnimationFrame(n):(o.nextFrame=!1,t())}if(!this.nextFrame){var r=0,o=this;o.nextFrame=requestAnimationFrame(n)}},n.prototype.stop=function(){cancelAnimationFrame(this.nextFrame),this.nextFrame=!1},t.exports=n},{"./creature.js":2,"./display.js":3,"./dom.js":4,"./util":6}],6:[function(e,t){e("../bower_components/seedrandom/seedrandom.js")("terra",{global:!0});var n=e("../lodash_custom/lodash.custom.min.js")._;n.getNeighborCoords=function(e,t,n,r,o){var i,a,u,c,s=[];("number"!=typeof o||1>o)&&(o=1),i=Math.max(0,e-o),u=Math.max(0,t-o),a=Math.min(e+o,n),c=Math.min(t+o,r);for(var l=i;a>=l;l++)for(var f=u;c>=f;f++)(l!==e||f!==t)&&s.push({x:l,y:f});return s},t.exports=n},{"../bower_components/seedrandom/seedrandom.js":7,"../lodash_custom/lodash.custom.min.js":9}],7:[function(e,t){!function(e,t,n,r,o,i,a,u,c){function s(e){var t,n=e.length,o=this,i=0,a=o.i=o.j=0,u=o.S=[];for(n||(e=[n++]);r>i;)u[i]=i++;for(i=0;r>i;i++)u[i]=u[a=m&a+e[i%n]+(t=u[i])],u[a]=t;(o.g=function(e){for(var t,n=0,i=o.i,a=o.j,u=o.S;e--;)t=u[i=m&i+1],n=n*r+u[m&(u[i]=u[a=m&a+t])+(u[a]=t)];return o.i=i,o.j=a,n})(r)}function l(e,t){var n,r=[],o=typeof e;if(t&&"object"==o)for(n in e)try{r.push(l(e[n],t-1))}catch(i){}return r.length?r:"string"==o?e:e+"\x00"}function f(e,t){for(var n,r=e+"",o=0;oe;)e=(e+n)*r,t*=r,n=v.g(1);for(;e>=y;)e/=2,t/=2,n>>>=1;return(e+n)/t},m,"global"in i?i.global:this==n)};f(n[c](),t),a&&a.exports?a.exports=v:u&&u.amd&&u(function(){return v})}(this,[],Math,256,6,52,"object"==typeof t&&t,"function"==typeof define&&define,"random")},{}],8:[function(e){var t=e("../../app/creature.js"),n=e("../../app/util.js");t.register({type:"plant",color:[0,120,0],size:10,initialEnergy:5,maxEnergy:20,wait:function(){this.energy+=1},move:!1,reproduceLv:.65}),t.register({type:"wimp",color:[0,255,255],maxEnergy:50,initialEnergy:10,size:20}),t.register({type:"bully",color:[241,196,15],maxEnergy:50,initialEnergy:15,reproduceLv:.6,sustainability:3}),t.register({type:"GoL",colorFn:function(){return this.alive?this.color+",1":"0,0,0,0"},wait:function(){},isDead:function(){return!1},queue:function(e){var t=n.filter(e,function(e){return e.creature.alive}).length;return this.alive=3===t||2===t&&this.alive,!1}},function(){this.alive=Math.random()<.5}),t.register({type:"cyclic",colors:["255,0,0,1","255,96,0,1","255,191,0,1","223,255,0,1","128,255,0,1","32,255,0,1","0,255,64,1","0,255,159,1","0,255,255,1","0,159,255,1","0,64,255,1","32,0,255,1","127,0,255,1","223,0,255,1","255,0,191,1","255,0,96,1"],colorFn:function(){return this.colors[this.state]},wait:function(){},isDead:function(){return!1},queue:function(e){var t=(this.state+1)%16,r=n.some(e,function(e){return e.creature.state===t});r&&(this.state=t)}},function(){this.state=Math.floor(16*Math.random())}),t.register({type:"secondCreature",color:[154,109,235],initialEnergy:100,sustainability:6,reproduceLv:1,moveLv:0}),t.register({type:"simplePlant",color:[166,226,46],colorFn:function(){return this.color+",1"},size:10,initialEnergy:5,maxEnergy:20,wait:function(){this.energy+=1},move:!1,reproduceLv:.65})},{"../../app/creature.js":2,"../../app/util.js":6}],9:[function(e,t,n){(function(e){(function(){function r(e){return"function"!=typeof e.toString&&"string"==typeof(e+"")}function o(e){e.length=0,F.length<_&&F.push(e)}function i(e,t){var n;t||(t=0),"undefined"==typeof n&&(n=e?e.length:0);var r=-1;n=n-t||0;for(var o=Array(0>n?0:n);++rk;k++)r+="n='"+n.h[k]+"';if((!(r&&x[n])&&m.call(t,n))",n.j||(r+="||(!x[n]&&t[n]!==A[n])"),r+="){"+n.g+"}";r+="}"}return(n.b||wt.nonEnumArgs)&&(r+="}"),r+=n.c+";return E",e("d,j,k,m,o,p,q,s,v,A,B,y,I,J,L",t+r+"}")(l,R,tt,ct,N,y,Et,b,$.f,nt,Y,bt,Q,rt,ot)}function h(e){return"function"==typeof e&&it.test(e)}function y(e){return e&&"object"==typeof e&&"number"==typeof e.length&&ot.call(e)==D||!1}function m(e){return"function"==typeof e}function v(e){return!(!e||!Y[typeof e])}function b(e){return"string"==typeof e||e&&"object"==typeof e&&ot.call(e)==Q||!1}function w(e,t,n){var r=[];if(t=a.createCallback(t,n,3),Et(e)){n=-1;for(var o=e.length;++narguments.length;if(t=a.createCallback(t,r,4),Et(e)){var i=-1,u=e.length;for(o&&(n=e[++i]);++i3&&typeof a[c-2]=='function'){var e=d(a[--c-1],a[c--],2)}else if(c>2&&typeof a[c-1]=='function'){e=a[--c]}"),g:"E[n]=e?e(E[n],t[n]):t[n]"}),At=d(Z,Ot,{j:!1}),Pt=d(Z,Ot);m(/x/)&&(m=function(e){return"function"==typeof e&&"[object Function]"==ot.call(e)}),a.assign=Ct,a.bind=S,a.createCallback=function(e,t,n){var r=typeof e;if(null==e||"function"==r)return l(e,t,n);if("object"!=r)return P(e);var o=kt(e),i=o[0],a=e[i];return 1!=o.length||a!==a||v(a)?function(t){for(var n=o.length,r=!1;n--&&(r=p(t[o[n]],e[o[n]],null,!0)););return r}:function(e){return e=e[i],a===e&&(0!==a||1/a==1/e)}},a.filter=w,a.forEach=x,a.forIn=At,a.forOwn=Pt,a.keys=kt,a.map=E,a.property=P,a.collect=E,a.each=x,a.extend=Ct,a.select=w,a.clone=function(e,t,n,r){return"boolean"!=typeof t&&null!=t&&(r=n,n=t,t=!1),c(e,t,"function"==typeof n&&l(n,r,1))},a.identity=C,a.isArguments=y,a.isArray=Et,a.isFunction=m,a.isObject=v,a.isString=b,a.noop=A,a.random=function(e,t,n){var r=null==e,o=null==t;return null==n&&("boolean"==typeof e&&o?(n=e,e=1):o||"boolean"!=typeof t||(n=t,o=!0)),r&&o&&(t=1),e=+e||0,o?(t=e,e=0):t=+t||0,n||e%1||t%1?(n=mt(),yt(e+n*(t-e+parseFloat("1e-"+((n+"").length-1))),t)):e+at(mt()*(t-e+1)) },a.reduce=j,a.some=O,a.any=O,a.foldl=j,a.inject=j,a.VERSION="2.4.1",V&&X&&(V._=a)}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1]); \ No newline at end of file