Wuzzle is a fun and lightweight Wordle-style word game built using Vue.js. It's styled with Tailwind CSS for a clean look, and uses Pinia with persisted state so your game progress is always saved — even if you refresh the page.
-
🎯 Classic 5-letter word guessing game (just like Wordle)
-
💾 Game state saved automatically using Pinia + pinia-plugin-persistedstate
-
📱 Mobile-friendly design with smooth transitions
-
🎨 Built with Vue 3 + Tailwind for clean, minimal UI
-
Vue 3 – the JavaScript framework
-
Tailwind CSS – for utility-first styling
-
Pinia – state management
-
pinia-plugin-persistedstate – to keep your game saved
Inspired by the original Wordle game.