mirror of
https://github.com/tiennm99/loldle.git
synced 2026-09-02 16:20:24 +00:00
Vanilla JS web game with modular architecture: - data-loader: champion data fetching, seeded random selection - game-engine: mode-agnostic state machine with localStorage persistence - classic-mode: 7-attribute comparison logic (gender, genre, range, resource, region, lane, year) - ui-renderer: search autocomplete, colored feedback grid, stats display - Dark theme responsive UI with Data Dragon CDN champion images
263 B
263 B
loldle
Just a rewritten LoLdle
Credits
- champions.json is from Kerrders's gist. Checkout how he export it in this repo.