SIXXLE is a polished six-letter Wordle-style web game built with React, TypeScript, and Vite.
- Six-letter guesses with six attempts
- Daily puzzle mode and unlimited practice mode
- Accurate Wordle-style scoring, including repeated letters
- Physical keyboard and on-screen keyboard input
- Bundled word lists for offline play
- Dark and light theme support
- Responsive arcade-inspired interface
- Local stats, streaks, and guess distribution
- Shareable emoji-grid results
- SIXXLE logo and favicon
Install dependencies:
npm installRun the development server:
npm run devOpen:
http://localhost:5173/
npm test
npm run build
npm run preview- React
- TypeScript
- Vite
- Vitest
Game progress, theme preference, and stats are stored locally in the browser with localStorage.