Adverswordle is Wordle but backwards. A free online word game where an AI guesses the word you are thinking of.
- 📰 Featured in GameRant! Read Here
- 📰 Featured in Tom's Guide! Read Here
- 📰 Featured in Hot Hardware! Read Here
Play here: https://adverswordle.doteye.online
- Download or clone the repository and open a terminal in the repository root.
- Install Node.js (v18) and Yarn.
- Install node dependencies with
yarn
. - Start the server with
yarn start
. - Navigate to http://localhost:1234 in a web browser to view the site.