An implementation of the popular Wordle game in Node.js.
Warning: Resizing terminal after starting will mess with the layout.
INFO: try to run terminal in full screen before running
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
- Run
npm start
. Alternatively in VS Code, press F5.