- Notifications
You must be signed in to change notification settings - Fork4
pmsanford/paudle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A reimplementation of the excellent word gameWordle byJosh Wardle. This version was created usingYew andRust. I cribbed the colors and layout (and of course the game logic) from Wordle, but the implementation is all original.
First,install the webassembly target and trunk. Clone the repo, runyarn install
, runtrunk serve
, and navigate tohttp://localhost:8080 using your browser.
Still missing:
- Hard mode
- Animations
Needs cleanup:
- Clones everywhere on prop passing
- Lots of prop drilling
- Scoreboard spaghetti
The word corpus is taken fromthis repo under the MIT license.
To @Cadiac, author ofSanuli (a Finnish Wordle), for showing me how to properly attach a keyboard listener.
About
Wordle in Rust