Wordle clone implemented in Yew [ES]. https://worsdle.kirbylife.dev
 
 
 
 
Go to file
kirbylife 0db00efc4f Fix the message when you don't find the word 2023-10-13 00:45:12 -06:00
src Fix the message when you don't find the word 2023-10-13 00:45:12 -06:00
static/css Improve a bit the design 2023-10-03 17:38:10 -06:00
.gitignore Add dist and .idea folder 2023-09-29 14:08:08 -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 Remove the pitch-to-zoom capability on mobile 2023-10-04 20:04:01 -06:00
words.txt Sort the words 2023-10-13 00:31:03 -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.