https://github.com/rodrigogiraoserrao/wordleapl
Solving Wordle in APL
https://github.com/rodrigogiraoserrao/wordleapl
apl array-manipulations dyalog-apl wordle wordle-solver
Last synced: about 2 months ago
JSON representation
Solving Wordle in APL
- Host: GitHub
- URL: https://github.com/rodrigogiraoserrao/wordleapl
- Owner: rodrigogiraoserrao
- License: mit
- Created: 2022-03-28T16:06:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T17:25:11.000Z (about 3 years ago)
- Last Synced: 2025-02-08T07:12:25.347Z (3 months ago)
- Topics: apl, array-manipulations, dyalog-apl, wordle, wordle-solver
- Homepage: https://mathspp.com/blog/solving-wordle-with-apl
- Size: 440 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordleAPL
Simple APL code base that solves the game Wordle.
You can read the accompanying blog article [here](https://mathspp.com/blog/solving-wordle-with-apl) and watch the accompanying YouTube series [here](https://www.youtube.com/playlist?list=PLgTqamKi1MS1x-XYJG8z-czwkDh0m8nN6).