https://github.com/boussadjra/almawrid
wordle game in arabic
https://github.com/boussadjra/almawrid
Last synced: 2 months ago
JSON representation
wordle game in arabic
- Host: GitHub
- URL: https://github.com/boussadjra/almawrid
- Owner: boussadjra
- Created: 2022-02-01T21:39:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T17:30:00.000Z (over 3 years ago)
- Last Synced: 2025-02-25T12:03:00.651Z (3 months ago)
- Language: TypeScript
- Size: 194 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Wordle
[Live demo](https://vue-wordle.netlify.app/)
A Vue implementation of the [Wordle game](https://www.powerlanguage.co.uk/wordle/). This is just for fun and doesn't aim to 100% replicate the original.
You can make your own Wordle and send it to friends by base64-encoding a word and include it as the URL query, e.g. https://vue-wordle.netlify.app/?YmxpbXA= (this will also allow words that are not in the dictionary.)
This repository is open sourced for learning purposes only - the original creator(s) of Wordle own all applicable rights to the game itself.