browser game,daily puzzle,dordle,html5 game,javascript game,puzzle game,Responsive Game,word game,word guessing game,wordle clonerd game,word guessing game,wordle clone
Dordle is a fast, addictive word puzzle where players guess two hidden words at the same time. Built with clean HTML5, CSS3, and vanilla JavaScript, it runs smoothly in all modern browsers, loads quickly, and is easy to customize. Perfect for content sites, game portals, and publishers looking to boost engagement, session time, and ad revenue.
/index.html
– main game page/assets/css/style.css
– styles (well-commented)/assets/js/game.js
– core game logic/assets/js/keyboard.js
– virtual keyboard + input handling/assets/js/config.js
– easy configuration (colors, attempts, modes)/assets/data/words-en.txt
– default word lists (solution + allowed)/assets/img/
– icons, logos, share image/pwa/manifest.json
& /pwa/service-worker.js
(optional)/docs/quick-start.html
– mini documentationstyle.css
.config.js
.index.html
placeholders.assets/js/config.js
(brand, attempts, modes, ads)./assets/data/
./pwa
files.index.html
in your browser — done!index.html
.index.html
.v1.0.0 – Initial release - Core game engine (double-board logic) - Daily + Unlimited modes - Stats, streaks, share grid - Responsive UI, accessibility improvements - Config-driven customization