631 B
631 B
Evil Wordle
A dark Wordle-style browser game with daily, infinite, daily evil, custom length, and super evil modes.
Install
npm install
Run
npm run dev
Open the local URL printed by Vite.
Build
npm run build
Docker
docker compose up --build
The compose service publishes the app on 0.0.0.0:6666.
The app is built with React, Tailwind CSS, and Vite. Progress, settings, and stats are stored in localStorage. Guess validation uses word-list-json; curated local word buckets in src/data/words.ts control target selection and provide the fallback pool.