A modern browser-based logic puzzle game where you place letters in a grid following a set of rules.
- Choose a difficulty level from the main menu
- A grid will appear with a set of rules on the right
- Select a letter from the bottom panel
- Click on grid cells to place letters
- All rules must be satisfied to win
- Click a placed letter again to remove it
| Level | Grid | Letters |
|---|---|---|
| Easy | 3×3 | A, B, C |
| Hard | 4×4 | A, B, C, D |
| Insane | 5×5 | A, B, C, D, E |
| Legendary | 6×6 | A, B, C, D, E, F |
- 🎯 Dynamic rule generation from a solved grid
- ⏱️ Timer with personal best records (localStorage)
- 💡 Hint system — highlights a wrong or empty cell
- 📱 Responsive design
- 🎨 Modern neon/glassmorphism UI with particle confetti on win
- ⌨️ Keyboard shortcuts:
1–6select letters,Escdeselects,Htriggers hint
index.html Main menu
game.html Game screen
css/styles.css Menu + global styles
css/game.css Game-specific styles
js/menu.js Menu logic
js/game.js Core game logic
js/rules-engine.js Rule generation & validation
js/puzzle-generator.js Puzzle generation
Simply open index.html in any modern browser. No server or build step required!


