Skip to content

Commit

Permalink
set resolution to 800x 600
Browse files Browse the repository at this point in the history
  • Loading branch information
QC20 committed May 10, 2024
1 parent 4b67529 commit a995cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gameOfLife.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Cell {
}

function setup() {
createCanvas(800, 400);
createCanvas(800, 600);
frameRate(60);

for (let i = 0; i < m_startCells; i++) {
Expand Down

0 comments on commit a995cdc

Please sign in to comment.