An implementation of the popular Wordle game in Node.js.
The easiest way to run the project is by opening it in a dev container using the VS Code Remote Containers extension. You must also have Docker installed for this to work.
- Open the project in VS Code.
- Select "Reopen" from the notification in VS Code.
- When the project opens, press F5.
This project requires Node v12 or higher.
- Run
npm install
- From a terminal, run
node index.js
. Alternatively, if you are using VS Code, you can just press F5.