Conways Game | Of Life Unblocked Work
function draw() ctx.fillStyle="#fff"; ctx.fillRect(0,0,canvas.width,canvas.height); for(let r=0;r<rows;r++) for(let c=0;c<cols;c++) if(grid[r][c]) ctx.fillStyle="#111"; ctx.fillRect(c*scale,r*scale,scale,scale);
function draw() ctx.fillStyle="#fff"; ctx.fillRect(0,0,canvas.width,canvas.height); for(let r=0;r<rows;r++) for(let c=0;c<cols;c++) if(grid[r][c]) ctx.fillStyle="#111"; ctx.fillRect(c*scale,r*scale,scale,scale);
Welcome to Relentless Forward Commotion. My name is Heather Hart, I'm an ACSM certified Exercise Physiologist, UESCA & RRCA certified coach, ultrarunner, adventure racer, mom to two teenagers, and cofounder of Hart Strength & Endurance Coaching. It is my passion to help every day athletes better understand exercise science, and to learn how to balance training for big athletic goals with “real life”.