Wordle clone implemented in Yew [ES]. https://worsdle.kirbylife.dev
 
 
 
 
Go to file
kirbylife 3563929da0 Add compatibility with some old browsers 2024-03-06 14:47:53 -06:00
src Fix the message when you don't find the word 2023-10-13 00:45:12 -06:00
static/css Add compatibility with some old browsers 2024-03-06 14:47:53 -06:00
.gitignore add words backup file 2024-01-12 21:59:52 -06:00
.gitlab-ci.yml Add gitlab ci file 2023-10-03 18:49:29 -06:00
Cargo.lock Refactor the board game 2023-09-29 14:08:23 -06:00
Cargo.toml Refactor the board game 2023-09-29 14:08:23 -06:00
LICENSE.md Add license 2023-09-30 01:11:01 -06:00
README.md Fix small typo 2023-10-03 22:16:59 -06:00
index.html Move the normalize css 2023-10-13 14:43:09 -06:00
sort_words.sh add script to sort words 2024-01-12 22:00:27 -06:00
words.txt add some words 2024-01-12 22:00:12 -06:00

README.md

Worsdle

A simple Wordle clone written in Rust and Yew with spanish words.

Dependencies to build

How to build to production

  1. cargo install --locked trunk
  2. git clone https://git.kirbylife.dev/kirbylife/worsdle
  3. cd worsdle
  4. trunk build --release
  5. The build should be in the dist/ folder.

Run a dev server

  1. trunk serve

Contribute

If you want to add a new word to the list, you can pass it to me through any social network.