A simple wordle interface written in Vanilla JavaScript. To run the game locally:
- If you have Node installed, run
npx live-server .
in the repo root. - If you have Python 3 installed, run
python3 -m http.server
.- See here for more instructions.
This repo is a fork of https://github.com/fabricio3g/wordle-clone.