pmsanford / paudle

Wordle in Rust

Home Page:https://pmsanford.github.io/paudle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paudle

A reimplementation of the excellent word game Wordle by Josh Wardle. This version was created using Yew and Rust. I cribbed the colors and layout (and of course the game logic) from Wordle, but the implementation is all original.

Running

First, install the webassembly target and trunk. Clone the repo, run yarn install, run trunk serve, and navigate to http://localhost:8080 using your browser.

Todo

Still missing:

  • Hard mode
  • Animations

Needs cleanup:

  • Clones everywhere on prop passing
  • Lots of prop drilling
  • Scoreboard spaghetti

The word corpus is taken from this repo under the MIT license.

Special Thanks

To @Cadiac, author of Sanuli (a Finnish Wordle), for showing me how to properly attach a keyboard listener.

About

Wordle in Rust

https://pmsanford.github.io/paudle/

License:GNU Affero General Public License v3.0


Languages

Language:Rust 88.3%Language:HTML 11.7%