Skip to content

Instantly share code, notes, and snippets.

> tulip:navi go 🌱 master 🍂 9e7fbf5
const answers = [
['H', 'A', 'P', 'P', 'Y'],
['B', 'I', 'R', 'T', 'H'],
[' ', 'D', 'A', 'Y', ' '],
['B', 'R', 'A', 'I', 'N'],
['B', 'R', 'I', 'A', 'N'],
['!', '!', '!', '!', '!']
];
const rows = document.querySelectorAll('game-app')[0].shadowRoot.querySelectorAll('game-row');
const answers = [
['H', 'A', 'P', 'P', 'Y'],
['B', 'I', 'R', 'T', 'H'],
[' ', 'D', 'A', 'Y', ' '],
['B', 'R', 'A', 'I', 'N'],
['B', 'R', 'I', 'A', 'N'],
['!', '!', '!', '!', '!']
];
const rows = document.querySelectorAll('game-app')[0].shadowRoot.querySelectorAll('game-row');
// To run, paste the below into your Chrome console on
// https://www.nytimes.com/games/wordle/index.html from an incognito window
//
// Tile `evaluation` options are:
// - absent: grey, not in word
// - present: yellow, in word but wrong position
// - correct: green
const answers = [
[
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCtsX9AMEbLJWzJ/XYj/SqDRz7KBxlzd6J/Rhx56BDGmSGUeiU/DiA6uFsquRxmnTAERsq3SnxhnZ4/fLyd0YFCnqaky9465E353zklbXvLBRBv90zgedbIOpJBR4Y2sg0njgjlTTXY+8fOQYM/JP4FOexp6kycqgkOSziDBveEmS1tTdMxTB0IUwxIr80XrG9PBTodv8L1Y5DyI4qaymyVDKNf5PvcRr1mc5fatg1OoL0q8slzvEP3FUYEQTjDzMqkL4tE8SBRA0SlbIooTRTse94Do+EskmC+FOCoQpDsCu9m8eIxPNiNyogSNv9s5UaPf3M02c33y/OI/fMo5eSxQfg+/Rvss0FRKuIWIuTD+deCkw4A7Fb4jLR1HTENZnXe4GCS6BxrI32O8Fdyk7eC2+5XKUJ5OB6Xk8N0BMlqmzxh5NSFa2ga8AiTDeVgRYJbuXChefresZvxSkQFngk1WPv3Dk4n1NtSnFoDHnRimoucMe4K5MB2oHwwDEvwQA9+LmvMI9bNgWadVwSFtfer+9U6GCcJNzevLgcF8z2Won8w50EL/jau0da0FpqCuaPliTAanhueEedVbPGy0Q71K7568yxmM5LYJ3+DTcMuiEvTGhY1Qt4WfgqdOwB3h7oUU5QDF0mHKWcOhrSrbqf57xNGka+infRvu2BPW5MbKQ== [email protected]