An open API service indexing awesome lists of open source software.

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

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.