Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qluxzz/elm-wordle
Wordle clone made in Elm
https://github.com/qluxzz/elm-wordle
elm game
Last synced: about 1 month ago
JSON representation
Wordle clone made in Elm
- Host: GitHub
- URL: https://github.com/qluxzz/elm-wordle
- Owner: Qluxzz
- Created: 2022-07-05T20:20:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T11:00:57.000Z (8 months ago)
- Last Synced: 2024-04-29T12:25:54.506Z (8 months ago)
- Topics: elm, game
- Language: Elm
- Homepage: https://qluxzz.github.io/elm-wordle
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Wordle
A clone of the popular word guessing game Wordle.
## How to play:
Wordle is a word game where you have six attempts
to guess the correct five letter wordFor each attempt you will get the result of that attempt:
If a letter is in the correct spot it is marked with a green background\
If a letter appears in the word but is in the wrong place, it is marked with an orange background\
If the letter does not appear in the word, it is marked with a gray backgroundMade with [Elm](https://elm-lang.org/)