a hard word-guessing game
https://ex.ameowli.dev/brudle/
- PHP 68%
- JavaScript 25.9%
- CSS 6.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| modet | ||
| css.css | ||
| css.m.css | ||
| css.w.css | ||
| index.php | ||
| js.js | ||
| js.m.js | ||
| js.w.js | ||
| LICENSE | ||
| README.md | ||
| storage.js | ||
Brudle
A hard word-guessing game
Brudle (read like brutal) is a variant of the iconic Wordle, with more than a couple of twists. Ten-letter words, duplicate letter counters, and doubling up with two-fives make Brudle a challenging but still fair experience.
Source contents
Listed files with a * splat have additional variants based on the device type: m for mobile devices, and w (wide) for desktop or other wide screens.
- css*.css - stylesheets
- js*.js - game code
- index.php - skeleton code (also helps determine The Word)
- storage.js - specific code for storing and retrieving game data
Libraries used
- Minified.js - public domain code
- Mobile-Detect - licensed under the MIT License
Brudle itself is licensed under the MIT License; see the LICENSE file for license terms.