• v1.0 c4afd5d5d6

    cmoriarty released this 2026-08-15 19:20:41 -04:00 | 8 commits to main since this release

    v1.0 — Bad Wordle: Neon Glass Noir

    First release: the complete Bad Wordle game (Wordle mechanics, 5-letter words,
    vulgar vocabulary with a content warning at first launch), rendered in the
    Neon Glass Noir visual design — baked high-resolution textures, glass panels,
    gradient backdrop, mutable WebAudio — plus the HiDPI (retina) fix that keeps the
    board crisp and fully playable at any device pixel ratio.

    Play this release (easiest way to open the game)

    The game is a static site using ES modules, so it must be served over http —
    opening index.html with file:// will not work. Two commands:

    curl -L -o ~/bw-v1.0.zip \
      https://forgejo.underthere.xyz/cmoriarty/qwen38-test/archive/v1.0.zip
    unzip -d ~/bw-v1.0 ~/bw-v1.0.zip
    (cd ~/bw-v1.0/qwen38-test && python3 -m http.server 8000)
    

    Then open http://127.0.0.1:8000 and play. (Any static server works:
    npx serve ., php -S 8000 — just run it from the unzipped folder.)

    Browse the game through time

    Every tag/release of this repo is a complete, playable snapshot of the game as
    it existed at that moment. To time-travel, swap the tag in the two commands
    above — replace v1.0 with any older tag and you get exactly that version.

    • v1.0 (this release) — Neon Glass Noir design + HiDPI rendering fix
    • Older/future tags — same two commands with the tag name changed

    For the full story between snapshots:

    Downloads