From e4d4482ef4bd6186f126c6d0634a4617c5da88c0 Mon Sep 17 00:00:00 2001 From: Tom Hummel Date: Sat, 24 Jun 2023 20:33:48 -0700 Subject: [PATCH] Create index.md (#674) * Create index.md * add guest entries for 2023-06-24 --- content/w/2023-06-24/dan.json | 93 +++++++++++++++++++ content/w/2023-06-24/fred.json | 119 +++++++++++++++++++++++++ content/w/2023-06-24/guest-entries.tsv | 43 +++++++++ content/w/2023-06-24/index.md | 84 +++++++++++++++++ content/w/2023-06-24/jeran.json | 93 +++++++++++++++++++ content/w/2023-06-24/lindsay.json | 93 +++++++++++++++++++ content/w/2023-06-24/mandy.json | 119 +++++++++++++++++++++++++ content/w/2023-06-24/nancy.json | 93 +++++++++++++++++++ content/w/2023-06-24/neela.json | 93 +++++++++++++++++++ content/w/2023-06-24/sharon.json | 119 +++++++++++++++++++++++++ 10 files changed, 949 insertions(+) create mode 100644 content/w/2023-06-24/dan.json create mode 100644 content/w/2023-06-24/fred.json create mode 100644 content/w/2023-06-24/guest-entries.tsv create mode 100644 content/w/2023-06-24/index.md create mode 100644 content/w/2023-06-24/jeran.json create mode 100644 content/w/2023-06-24/lindsay.json create mode 100644 content/w/2023-06-24/mandy.json create mode 100644 content/w/2023-06-24/nancy.json create mode 100644 content/w/2023-06-24/neela.json create mode 100644 content/w/2023-06-24/sharon.json diff --git a/content/w/2023-06-24/dan.json b/content/w/2023-06-24/dan.json new file mode 100644 index 00000000..b6cc903c --- /dev/null +++ b/content/w/2023-06-24/dan.json @@ -0,0 +1,93 @@ +{ + "results": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "absent", + "correct", + "present", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ] + ], + "enrichedResults": [ + { + "lineStatuses": [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 2, + "lineScore": 8 + }, + { + "lineStatuses": [ + "absent", + "absent", + "correct", + "present", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "🟩", + "🟨", + "🟩" + ], + "lineProgress": 5, + "lineScore": 5 + }, + { + "lineStatuses": [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "🟩", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 10, + "lineScore": 0 + } + ], + "puzzleScore": 13, + "puzzleNum": 735, + "puzzleDate": "2023-06-24", + "guessCount": 3, + "isHardMode": true, + "playerName": "dan", + "timestamp": "6/24/2023 9:22:21", + "rawShare": "Wordle 735 3/6*\n\n⬛⬛⬛⬛🟩\n⬛⬛🟩🟨🟩\n🟩🟩🟩🟩🟩", + "words": [ + "heard" + ], + "comment": "" +} \ No newline at end of file diff --git a/content/w/2023-06-24/fred.json b/content/w/2023-06-24/fred.json new file mode 100644 index 00000000..179a535d --- /dev/null +++ b/content/w/2023-06-24/fred.json @@ -0,0 +1,119 @@ +{ + "results": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "correct", + "absent", + "present", + "correct" + ], + [ + "absent", + "correct", + "correct", + "correct", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ] + ], + "enrichedResults": [ + { + "lineStatuses": [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 2, + "lineScore": 8 + }, + { + "lineStatuses": [ + "absent", + "correct", + "absent", + "present", + "correct" + ], + "lineEmoji": [ + "⬛️", + "🟩", + "⬛️", + "🟨", + "🟩" + ], + "lineProgress": 5, + "lineScore": 5 + }, + { + "lineStatuses": [ + "absent", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "⬛️", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 8, + "lineScore": 2 + }, + { + "lineStatuses": [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "🟩", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 10, + "lineScore": 0 + } + ], + "puzzleScore": 15, + "puzzleNum": 735, + "puzzleDate": "2023-06-24", + "guessCount": 4, + "isHardMode": true, + "playerName": "fred", + "timestamp": "6/24/2023 6:27:33", + "rawShare": "Wordle 735 4/6*\n\n⬜⬜⬜⬜🟩\n⬜🟩⬜🟨🟩\n⬜🟩🟩🟩🟩\n🟩🟩🟩🟩🟩", + "words": [ + "tread", + "brand" + ], + "comment": "" +} \ No newline at end of file diff --git a/content/w/2023-06-24/guest-entries.tsv b/content/w/2023-06-24/guest-entries.tsv new file mode 100644 index 00000000..96a0721d --- /dev/null +++ b/content/w/2023-06-24/guest-entries.tsv @@ -0,0 +1,43 @@ +6/24/2023 0:16:30 Nancy "Wordle 735 3/6* + +⬜⬜⬜⬜🟩 +⬜⬜🟩🟨🟩 +🟩🟩🟩🟩🟩" Board +6/24/2023 6:27:33 Fred "Wordle 735 4/6* + +⬜⬜⬜⬜🟩 +⬜🟩⬜🟨🟩 +⬜🟩🟩🟩🟩 +🟩🟩🟩🟩🟩" Tread, brand +6/24/2023 7:03:47 Mandy "Wordle 735 4/6* + +⬜⬜⬜⬜🟩 +⬜🟩⬜⬜🟩 +⬜🟩🟩🟩🟩 +🟩🟩🟩🟩🟩" Crowd, brand +6/24/2023 7:29:12 Neela "Wordle 735 3/6* + +⬜⬜⬜⬜🟩 +⬜🟨⬜⬜🟩 +🟩🟩🟩🟩🟩" Maxed +6/24/2023 7:38:07 Lindsay "Wordle 735 3/6* + +⬜⬜⬜⬜🟩 +⬜⬜🟩🟩🟩 +🟩🟩🟩🟩🟩" Bland +6/24/2023 9:22:21 Dan "Wordle 735 3/6* + +⬛⬛⬛⬛🟩 +⬛⬛🟩🟨🟩 +🟩🟩🟩🟩🟩" Heard +6/24/2023 9:36:13 Sharon "Wordle 735 4/6* + +⬛⬛⬛⬛🟩 +⬛🟩⬛⬛🟩 +⬛🟩⬛🟩🟩 +🟩🟩🟩🟩🟩" Crowd trend +6/24/2023 11:11:21 Jeran "Wordle 735 3/6* + +⬛⬛⬛⬛🟩 +⬛🟩⬛🟨🟩 +🟩🟩🟩🟩🟩" Tread Finally a good day! \ No newline at end of file diff --git a/content/w/2023-06-24/index.md b/content/w/2023-06-24/index.md new file mode 100644 index 00000000..c31734f8 --- /dev/null +++ b/content/w/2023-06-24/index.md @@ -0,0 +1,84 @@ +--- +title: "735: 2023-06-24" +date: 2023-06-24T07:28:41-07:00 +tags: [] +git_branch: 2023-06-24_735 +contests: ["2023-06-squid"] +words: ["squid","tread","grand"] +openers: ["squid"] +middlers: ["tread"] +puzzles: [735] +hashes: ["AAAACACAPCCCCCCXXXXXXXXXXXXXXX"] +shifts: ["myiwn"] +state: { + "boardState": [ + "squid", + "tread", + "grand", + "", + "", + "" + ], + "evaluations": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "correct", + "absent", + "present", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + null, + null, + null + ], + "rowIndex": 3, + "solution": "grand", + "gameStatus": "WIN", + "lastPlayedTs": 1687616921019, + "lastCompletedTs": 1687616921019, + "hardMode": true, + "settings": { + "hardMode": true, + "darkMode": true, + "colorblindMode": false + }, + "gameId": 2083, + "dayOffset": 735, + "timestamp": 1687616921 +} +stats: { + "currentStreak": 72, + "maxStreak": 72, + "guesses": { + "1": 0, + "2": 3, + "3": 17, + "4": 29, + "5": 17, + "6": 7, + "fail": 0 + }, + "winPercentage": 100, + "gamesPlayed": 73, + "gamesWon": 73, + "averageGuesses": 4, + "isOnStreak": true, + "hasPlayed": true +} +--- + +Feels like one of my better ones all month. diff --git a/content/w/2023-06-24/jeran.json b/content/w/2023-06-24/jeran.json new file mode 100644 index 00000000..773deb6b --- /dev/null +++ b/content/w/2023-06-24/jeran.json @@ -0,0 +1,93 @@ +{ + "results": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "correct", + "absent", + "present", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ] + ], + "enrichedResults": [ + { + "lineStatuses": [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 2, + "lineScore": 8 + }, + { + "lineStatuses": [ + "absent", + "correct", + "absent", + "present", + "correct" + ], + "lineEmoji": [ + "⬛️", + "🟩", + "⬛️", + "🟨", + "🟩" + ], + "lineProgress": 5, + "lineScore": 5 + }, + { + "lineStatuses": [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "🟩", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 10, + "lineScore": 0 + } + ], + "puzzleScore": 13, + "puzzleNum": 735, + "puzzleDate": "2023-06-24", + "guessCount": 3, + "isHardMode": true, + "playerName": "jeran", + "timestamp": "6/24/2023 11:11:21", + "rawShare": "Wordle 735 3/6*\n\n⬛⬛⬛⬛🟩\n⬛🟩⬛🟨🟩\n🟩🟩🟩🟩🟩", + "words": [ + "tread" + ], + "comment": "Finally a good day!" +} \ No newline at end of file diff --git a/content/w/2023-06-24/lindsay.json b/content/w/2023-06-24/lindsay.json new file mode 100644 index 00000000..83d424ae --- /dev/null +++ b/content/w/2023-06-24/lindsay.json @@ -0,0 +1,93 @@ +{ + "results": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "absent", + "correct", + "correct", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ] + ], + "enrichedResults": [ + { + "lineStatuses": [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 2, + "lineScore": 8 + }, + { + "lineStatuses": [ + "absent", + "absent", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 6, + "lineScore": 4 + }, + { + "lineStatuses": [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "🟩", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 10, + "lineScore": 0 + } + ], + "puzzleScore": 12, + "puzzleNum": 735, + "puzzleDate": "2023-06-24", + "guessCount": 3, + "isHardMode": true, + "playerName": "lindsay", + "timestamp": "6/24/2023 7:38:07", + "rawShare": "Wordle 735 3/6*\n\n⬜⬜⬜⬜🟩\n⬜⬜🟩🟩🟩\n🟩🟩🟩🟩🟩", + "words": [ + "bland" + ], + "comment": "" +} \ No newline at end of file diff --git a/content/w/2023-06-24/mandy.json b/content/w/2023-06-24/mandy.json new file mode 100644 index 00000000..0fa5db82 --- /dev/null +++ b/content/w/2023-06-24/mandy.json @@ -0,0 +1,119 @@ +{ + "results": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "correct", + "absent", + "absent", + "correct" + ], + [ + "absent", + "correct", + "correct", + "correct", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ] + ], + "enrichedResults": [ + { + "lineStatuses": [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 2, + "lineScore": 8 + }, + { + "lineStatuses": [ + "absent", + "correct", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "🟩", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 4, + "lineScore": 6 + }, + { + "lineStatuses": [ + "absent", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "⬛️", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 8, + "lineScore": 2 + }, + { + "lineStatuses": [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "🟩", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 10, + "lineScore": 0 + } + ], + "puzzleScore": 16, + "puzzleNum": 735, + "puzzleDate": "2023-06-24", + "guessCount": 4, + "isHardMode": true, + "playerName": "mandy", + "timestamp": "6/24/2023 7:03:47", + "rawShare": "Wordle 735 4/6*\n\n⬜⬜⬜⬜🟩\n⬜🟩⬜⬜🟩\n⬜🟩🟩🟩🟩\n🟩🟩🟩🟩🟩", + "words": [ + "crowd", + "brand" + ], + "comment": "" +} \ No newline at end of file diff --git a/content/w/2023-06-24/nancy.json b/content/w/2023-06-24/nancy.json new file mode 100644 index 00000000..78dc8a74 --- /dev/null +++ b/content/w/2023-06-24/nancy.json @@ -0,0 +1,93 @@ +{ + "results": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "absent", + "correct", + "present", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ] + ], + "enrichedResults": [ + { + "lineStatuses": [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 2, + "lineScore": 8 + }, + { + "lineStatuses": [ + "absent", + "absent", + "correct", + "present", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "🟩", + "🟨", + "🟩" + ], + "lineProgress": 5, + "lineScore": 5 + }, + { + "lineStatuses": [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "🟩", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 10, + "lineScore": 0 + } + ], + "puzzleScore": 13, + "puzzleNum": 735, + "puzzleDate": "2023-06-24", + "guessCount": 3, + "isHardMode": true, + "playerName": "nancy", + "timestamp": "6/24/2023 0:16:30", + "rawShare": "Wordle 735 3/6*\n\n⬜⬜⬜⬜🟩\n⬜⬜🟩🟨🟩\n🟩🟩🟩🟩🟩", + "words": [ + "board" + ], + "comment": "" +} \ No newline at end of file diff --git a/content/w/2023-06-24/neela.json b/content/w/2023-06-24/neela.json new file mode 100644 index 00000000..328fb040 --- /dev/null +++ b/content/w/2023-06-24/neela.json @@ -0,0 +1,93 @@ +{ + "results": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "present", + "absent", + "absent", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ] + ], + "enrichedResults": [ + { + "lineStatuses": [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 2, + "lineScore": 8 + }, + { + "lineStatuses": [ + "absent", + "present", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "🟨", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 3, + "lineScore": 7 + }, + { + "lineStatuses": [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "🟩", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 10, + "lineScore": 0 + } + ], + "puzzleScore": 15, + "puzzleNum": 735, + "puzzleDate": "2023-06-24", + "guessCount": 3, + "isHardMode": true, + "playerName": "neela", + "timestamp": "6/24/2023 7:29:12", + "rawShare": "Wordle 735 3/6*\n\n⬜⬜⬜⬜🟩\n⬜🟨⬜⬜🟩\n🟩🟩🟩🟩🟩", + "words": [ + "maxed" + ], + "comment": "" +} \ No newline at end of file diff --git a/content/w/2023-06-24/sharon.json b/content/w/2023-06-24/sharon.json new file mode 100644 index 00000000..6f2bc9bd --- /dev/null +++ b/content/w/2023-06-24/sharon.json @@ -0,0 +1,119 @@ +{ + "results": [ + [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + [ + "absent", + "correct", + "absent", + "absent", + "correct" + ], + [ + "absent", + "correct", + "absent", + "correct", + "correct" + ], + [ + "correct", + "correct", + "correct", + "correct", + "correct" + ] + ], + "enrichedResults": [ + { + "lineStatuses": [ + "absent", + "absent", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "⬛️", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 2, + "lineScore": 8 + }, + { + "lineStatuses": [ + "absent", + "correct", + "absent", + "absent", + "correct" + ], + "lineEmoji": [ + "⬛️", + "🟩", + "⬛️", + "⬛️", + "🟩" + ], + "lineProgress": 4, + "lineScore": 6 + }, + { + "lineStatuses": [ + "absent", + "correct", + "absent", + "correct", + "correct" + ], + "lineEmoji": [ + "⬛️", + "🟩", + "⬛️", + "🟩", + "🟩" + ], + "lineProgress": 6, + "lineScore": 4 + }, + { + "lineStatuses": [ + "correct", + "correct", + "correct", + "correct", + "correct" + ], + "lineEmoji": [ + "🟩", + "🟩", + "🟩", + "🟩", + "🟩" + ], + "lineProgress": 10, + "lineScore": 0 + } + ], + "puzzleScore": 18, + "puzzleNum": 735, + "puzzleDate": "2023-06-24", + "guessCount": 4, + "isHardMode": true, + "playerName": "sharon", + "timestamp": "6/24/2023 9:36:13", + "rawShare": "Wordle 735 4/6*\n\n⬛⬛⬛⬛🟩\n⬛🟩⬛⬛🟩\n⬛🟩⬛🟩🟩\n🟩🟩🟩🟩🟩", + "words": [ + "crowd", + "trend" + ], + "comment": "" +} \ No newline at end of file