Yet another Wordle clone
- 🔠 Same rules and word lists as original (pre NYT) Wordle
- 🗄️ Remembers current game status and previous results (stateful via localstorage)
- 🎨 Dark/light theme based on system setting
- ⌨️ Supports keyboard bindings if using device with physical KB (laptop/PC/etc)
- 📱 Progressive Web App (PWA)
- available offline
- installable
- responsive (mobile friendly)
- 📋 Results sharing
-
uses native sharing on mobile browsers that support it
-
default behavior is to copy results to clipboard
-
results key:
- absent 🥚
- present 🐣
- correct 🐥
-
example results:
Birdle 12 4/6 🥚🐣🥚🥚🐥 🥚🥚🥚🐥🐥 🥚🐣🥚🐥🐥 🐥🐥🐥🐥🐥
-
- Node.js >= 16.x
- npm >= 8.x
- Clone repo
git clone https://github.com/mikesprague/birdle.git
- Enter directory
cd birdle
- Install dependencies
npm install
- Run project locally
npm start
- Visit http://localhost:3000 in browser