Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Wordle in Rust

License

NotificationsYou must be signed in to change notification settings

pmsanford/paudle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Running

First,install the webassembly target and trunk. Clone the repo, runyarn install, runtrunk serve, and navigate tohttp://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 fromthis repo under the MIT license.

Special Thanks

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


[8]ページ先頭

©2009-2025 Movatter.jp