Skip to content

Commit

Permalink
Updated level 5 voids
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaSmith04 committed Oct 7, 2024
1 parent 11c3aac commit 04c9a9b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,21 @@ let arr4=
[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]];

let arr5=
[[9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9],
[9,0,0,0,0,0,9,9,9,0,0,0,0,9,9,9,9,9,9,9],
[[9,9,9,9,9,9,9,1,9,9,9,9,9,9,1,1,1,1,1,1],
[9,0,0,0,0,0,9,1,9,0,0,0,0,9,1,1,1,1,1,1],
[9,0,2,0,0,0,9,9,9,0,0,8,0,9,9,9,9,9,9,9],
[9,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,9],
[9,9,9,9,0,0,0,0,0,0,0,6,0,0,0,0,8,0,0,9],
[9,9,9,9,0,0,0,0,0,0,0,6,0,0,0,0,6,0,0,9],
[9,9,9,9,0,0,0,0,0,0,0,6,0,0,0,0,6,0,0,9],
[9,9,9,9,0,0,0,3,0,0,0,6,0,0,0,0,6,0,0,9],
[9,9,9,9,0,0,0,0,0,0,0,9,0,0,0,0,6,0,0,9],
[9,9,9,9,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,9],
[9,9,9,9,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,9],
[9,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9],
[9,9,9,0,7,5,5,5,5,5,5,5,9,0,0,0,0,4,0,9],
[9,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9],
[9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9]];
[1,1,1,9,0,0,0,0,0,0,0,6,0,0,0,0,6,0,0,9],
[1,1,1,9,0,0,0,0,0,0,0,6,0,0,0,0,6,0,0,9],
[1,1,1,9,0,0,0,3,0,0,0,6,0,0,0,0,6,0,0,9],
[1,1,1,9,0,0,0,0,0,0,0,9,0,0,0,0,6,0,0,9],
[1,1,1,9,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,9],
[1,1,9,9,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,9],
[1,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9],
[1,1,9,0,7,5,5,5,5,5,5,5,9,0,0,0,0,4,0,9],
[1,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9],
[1,1,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9]];


function getLevel(level){
Expand Down

0 comments on commit 04c9a9b

Please sign in to comment.