Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dwayne/elm-wordle
- Owner: dwayne
- Created: 2024-06-27T11:38:06.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-26T15:58:03.000Z (5 months ago)
- Last Synced: 2024-09-30T05:06:56.610Z (3 months ago)
- Topics: elm, wordle
- Language: Elm
- Homepage: https://dwayne.github.io/elm-wordle/
- Size: 465 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).