Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dwayne/elm-wordle

A Wordle clone written in Elm.
https://github.com/dwayne/elm-wordle

elm wordle

Last synced: 2 months ago
JSON representation

A Wordle clone written in Elm.

Awesome Lists containing this project

README

        

# Wordle - [Play](https://dwayne.github.io/elm-wordle/)

![A screenshot of the Wordle game](/screenshot.png)

An Elm clone of [Wordle](https://www.nytimes.com/games/wordle/index.html). Wordle is a daily word guessing game created by [Josh Wardle](https://www.powerlanguage.co.uk/). It was subsequently [acquired by the New York Times Company](https://en.wikipedia.org/wiki/Wordle#Acquisition_by_the_New_York_Times_Company) for an "undisclosed price in low-seven figures."

**Disclaimer:** *This clone was solely created for educational purposes.*

## Tech Stack

- [Elm](https://elm-lang.org/)
- [Dart Sass](https://sass-lang.com/dart-sass/)
- [BEM](https://getbem.com/)
- [Caddy](https://caddyserver.com/)
- [Bash](https://www.gnu.org/software/bash/)
- [ShellCheck](https://www.shellcheck.net/)
- [Devbox](https://www.jetify.com/devbox)

## Credits

Thanks to [Vue Wordle](https://github.com/yyx990803/vue-wordle) from which I adapted the visual design, the animations, and [the dictionary](/src/Data/Dictionary/Classic.elm).