Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b924ce91fc | |||
f8b9130505 | |||
87f72ba8f3 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ node_modules
|
|||||||
dist
|
dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
*.local
|
*.local
|
||||||
|
wordle.xdc
|
||||||
|
12
README.md
12
README.md
@ -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.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/icon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<script src="webxdc.js"></script>
|
<script src="webxdc.js"></script>
|
||||||
<title>WorldeXDC - a Wordle clone for WebXDC</title>
|
<title>WorldeXDC - a Wordle clone for WebXDC</title>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
BIN
public/icon.png
Normal file
BIN
public/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
2
public/manifest.toml
Normal file
2
public/manifest.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
name = "Wordle"
|
||||||
|
source_code_url = "https://git.linux.ucla.edu/jshiffer/wordle-xdc"
|
Loading…
x
Reference in New Issue
Block a user