Check out our other websites: Babble alt|meat GiftBox Epigroove

Difficulty: Easy Sunday, December 20, 2020

Not Completed Play This Puzzle

CHAT LOG for Sunday, December 20, 2020

12:05 am
K M

Fun Easy :)
1:14 am
K M

Clicker Easy this time :)
3:05 am
irv

Done fast clicker very easy
3:31 am
Phil

start
3:36 am
Phil

ding
6:52 am
angieplumptit

It can't be too easy, irv:it took Phil 5 minutes
6:53 am
Limer

Phil needs more coffee
7:58 am
MrOoijer

dng - lots of coffee
8:30 am
dan2bit

is there a sudoku term for what the top 3 rows do in this grid, where the same 3 numbers land in each box across all three rows?
9:21 am
spellacked

Ridiculously easy
9:26 am
Jerry

Where can I get the automatic green program?
10:40 am
dan2bit

i think a couple of people have it in their profile? you have to be comfortable making bookmarks and editing URLs in your browser
12:34 pm
UnikeTheHunter

Fast clicker. 8.
3:00 pm
Doll414

go
3:10 pm
Doll414

dng
5:57 pm
Phil

Most likely Limer.
6:44 pm
KnightTime

javascript:for (i=1; i<=9; i++) {for (j=1; j<=9; j++) {if (grid[i][j].value == '') {ClearTinySquares(i,j);}}}for (i=1; i<=9; i++) {for (j=1; j<=9; j++) {if (grid[i][j].value != '') {var tmp_value = grid[i][j].value;for (k=1; k<=9; k++) {for (l=1; l<=9; l++) {if (grid[k][l].value == '') {if ((Math.ceil(i/3) == Math.ceil(k/3) && Math.ceil(j/3) == Math.ceil(l/3)) || i == k || j == l) {grid[k][l]['mini'][tmp_value] = -1;}}}}}}}for (i=1; i<=9; i++) { for (j=1; j<=9; j++) { if (grid[i][j].value == '') { for (k=1; k<=9; k++) { if (grid[i][j]['mini'][k] != -1) grid[i][j]['mini'][k] = 1; }}}}for (i=1; i<=9; i++) {for (j=1; j<=9; j++) {if (grid[i][j].value == '') {for (k=1; k<=9; k++) {if (grid[i][j]['mini'][k] != 1) grid[i][j]['mini'][k] = 0;}}}}PopulatePuzzle(grid);void(0);