https://github.com/andimiller/haskle
a wordle clone for learning haskell functions, written in elm
https://github.com/andimiller/haskle
Last synced: 3 months ago
JSON representation
a wordle clone for learning haskell functions, written in elm
- Host: GitHub
- URL: https://github.com/andimiller/haskle
- Owner: andimiller
- Created: 2022-04-14T22:53:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T00:36:36.000Z (about 3 years ago)
- Last Synced: 2025-01-18T20:59:07.246Z (5 months ago)
- Language: Elm
- Homepage: https://andimiller.net/haskel.html
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# haskle
This is a clone of the popular wordle game, intended to be used to learn Haskell functions.
It shows you a function signature and you have to guess the name of the method.
I made this to learn elm and it was actually pretty painless to make.