a hard word-guessing game https://ex.ameowli.dev/brudle/
  • PHP 68%
  • JavaScript 25.9%
  • CSS 6.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-10 14:36:30 -07:00
modet first version 2026-08-10 14:34:22 -07:00
css.css first version 2026-08-10 14:34:22 -07:00
css.m.css first version 2026-08-10 14:34:22 -07:00
css.w.css first version 2026-08-10 14:34:22 -07:00
index.php first version 2026-08-10 14:34:22 -07:00
js.js first version 2026-08-10 14:34:22 -07:00
js.m.js first version 2026-08-10 14:34:22 -07:00
js.w.js first version 2026-08-10 14:34:22 -07:00
LICENSE first version 2026-08-10 14:34:22 -07:00
README.md Update README.md 2026-08-10 14:36:30 -07:00
storage.js first version 2026-08-10 14:34:22 -07:00

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

Brudle itself is licensed under the MIT License; see the LICENSE file for license terms.