Wordle clone implemented in Yew [ES]. https://worsdle.kirbylife.dev
 
 
 
 
Go to file
kirbylife 8a770cf94a Add gitlab ci file 2023-10-03 18:49:29 -06:00
src Make clippy happy 2023-10-03 13:32:01 -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 Add README 2023-09-30 01:10:35 -06:00
index.html Improve the style 2023-09-30 00:58:25 -06:00
words.txt Remove unfamiliar words 2023-09-30 02:15:17 -06:00

README.md

Worsdle

A simple Wordle clone written in Rust and Yem 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.