canvasSize; canvas.height = this.canvasSize; document.body.appendChild(canvas); } return canvas.getContext('2d'); } } } var game = new Conway.GameOfLife();
確定! 回上一頁