All Projects → pmsanford → paudle

pmsanford / paudle

Licence: AGPL-3.0 license
Wordle in Rust

Programming Languages

rust
11053 projects
HTML
75241 projects

Projects that are alternatives of or similar to paudle

yew-router
Router extension to yew
Stars: ✭ 27 (-32.5%)
Mutual labels:  yew
Wordcloud2.js
Tag cloud/Wordle presentation on 2D canvas or HTML
Stars: ✭ 1,905 (+4662.5%)
Mutual labels:  wordle
wordle-tui
Play WORDLE game in your terminal.
Stars: ✭ 61 (+52.5%)
Mutual labels:  wordle
wordle-it
Italian version of Wordle
Stars: ✭ 83 (+107.5%)
Mutual labels:  wordle
Wordle2Townscaper
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.
Stars: ✭ 64 (+60%)
Mutual labels:  wordle
yew form
Components to simplify handling forms with Yew
Stars: ✭ 83 (+107.5%)
Mutual labels:  yew
patternfly-yew
PatternFly components for Yew
Stars: ✭ 51 (+27.5%)
Mutual labels:  yew
katla
Indonesian version of Wordle
Stars: ✭ 121 (+202.5%)
Mutual labels:  wordle
wordle97
Wordle for Word 97
Stars: ✭ 54 (+35%)
Mutual labels:  wordle
visualization
Text visualization tools
Stars: ✭ 18 (-55%)
Mutual labels:  wordle
wordle-solver
A tool that helps people who struggle with vocabulary enjoy the famous game of WORDLE.
Stars: ✭ 97 (+142.5%)
Mutual labels:  wordle
nypsi
the best discord bot
Stars: ✭ 41 (+2.5%)
Mutual labels:  wordle
Yew-WebRTC-Chat
A simple WebRTC chat made with Yew
Stars: ✭ 112 (+180%)
Mutual labels:  yew
facade
Facade Framework - autogenerated embedded live dashboards for Rust apps
Stars: ✭ 95 (+137.5%)
Mutual labels:  yew
wordle
Ruby implementation of Wordle
Stars: ✭ 27 (-32.5%)
Mutual labels:  wordle
wasi-worker
WASM / WASI interface for browser service workers
Stars: ✭ 31 (-22.5%)
Mutual labels:  yew
thwordle
Thai Wordle clone, built with Svelte & TailwindCSS
Stars: ✭ 45 (+12.5%)
Mutual labels:  wordle
wordlem
A simplistic port of the popular Wordle game in Elm.
Stars: ✭ 16 (-60%)
Mutual labels:  wordle
reacty yew
Generate Yew components from React components via Typescript type definitions
Stars: ✭ 46 (+15%)
Mutual labels:  yew
portfolio
My Portfolio
Stars: ✭ 17 (-57.5%)
Mutual labels:  yew

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].