https://github.com/issung/wordlesolver
https://github.com/issung/wordlesolver
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/issung/wordlesolver
- Owner: Issung
- Created: 2022-02-27T05:37:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T05:44:43.000Z (over 4 years ago)
- Last Synced: 2025-06-01T19:18:21.755Z (about 1 year ago)
- Language: HTML
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle Solver
Fun 20 minute exercise at a Wordle solver.
Logic is in it's own project and a seperate Console app and Blazor app reference the Logic project.
Might make a Blazor site later hosted via GitHub pages.
Remember strings start from 0 index!
Optional challenge: Make some logic that gives the user the "next best guess" to eliminate the most words.
