Update README.md

This commit is contained in:
James Shiffer 2025-04-23 14:01:05 -07:00
parent 4c4898342b
commit 87f72ba8f3

View File

@ -1,9 +1,11 @@
# Vue Wordle
# Wordle.xdc
[Live demo](https://vue-wordle.netlify.app/)
This is a fork of [VVordle](https://github.com/yyx990803/vue-wordle), a Vue.js clone of Wordle, which I repackaged for WebXDC, so you can play with your friends on Delta Chat or Cheogram.
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.
[**Download Wordle.xdc**](https://git.linux.ucla.edu/jshiffer/wordle.xdc/releases)
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.)
[VVordle live demo](https://vue-wordle.netlify.app/)
This repository is open sourced for learning purposes only - the original creator(s) of Wordle own all applicable rights to the game itself.
This is just for fun and doesn't aim to 100% replicate the original.
This repository is open sourced for learning purposes only - the New York Times owns all applicable rights to the game itself.