WordFlux Logo

WordFlux

A tiny Wordle clone by NQR

Daily Puzzle
×

MIT License

Copyright (c) 2025 NQR

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

------------------------------------------------------------
Third-Party Components
------------------------------------------------------------
    
This project uses the following open-source resources, each distributed under permissive licenses compatible with the MIT License.
    
Word Lists © respective maintainers
The following community-maintained word datasets are used for valid guesses and solution pools. Each is publicly available and credited for acknowledgment:
  
- Tab Atkins — Wordle List  
  https://github.com/tabatkins/wordle-list
  
- DarkerMango — 5-Letter Words  
  https://github.com/DarkerMango/5-Letter-words  
  Raw list: https://darkermango.github.io/5-Letter-words/words.txt
  
- Charles Reid — five-letter words  
  https://github.com/charlesreid1/five-letter-words (file: sgb-words.txt)
  
- DWYL — English words  
  https://github.com/dwyl/english-words (file: words_alpha.txt)
  
These lists are used as public data sources for gameplay logic and are retrieved dynamically at runtime. They are not modified, redistributed, or stored beyond the user's browser session.

------------------------------------------------------------
Third-Party Components (vendored)
------------------------------------------------------------

This app includes a local copy of Bootstrap v4.4.1 (CSS only), licensed under the MIT License.

© 2011–2019 The Bootstrap Authors and Twitter, Inc.
Project: https://getbootstrap.com/
Source Code:  https://github.com/twbs/bootstrap
Vendored file: assets/css/bootstrap.min.css
Vendored from: https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css (retrieved 2025-11-04)

The full license text is included with this app at:
vendor-licenses/bootstrap.LICENSE

No modifications have been made to the Bootstrap CSS except for local hosting and version pinning.
    
All third-party components are unmodified and fully compatible with this project's MIT License.