Seppe Dekeyser (rip ) Profile picture
Front-end Developer @ CloudClass and @howestDAE Game Dev Veteran • He/Him • I write weird colored text on a dark background
Jan 22, 2022 23 tweets 7 min read
Reverse-engineering wordle to cheat because I'm bad at it.

Obvious spoiler alert:
🧵

#Wordle So step 1 is to open the dev tools. In the sources tab, you can see that there's two files: our website index.html file, and a main.e65ce0a5.js file. The latter contains all the code that makes the game run.