Skip to content
/ eldrow Public

Like Wordle, but the computer makes the guesses

Notifications You must be signed in to change notification settings

xsznix/eldrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eldrow: Wordle in Reverse

Setup

First you are gonna have to get Rust at rust-lang.org. Then, you will need to have nodejs installed.

For the WebAssembly side of things, you are going to have to get to Rust nightly, and install the WebAssembly compiler.

rustup default nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

Then, you are going to need wasm-pack

cargo install wasm-pack

Finally, you can compile the WebAssembly module and start a development web server.

wasm-pack init .
cd web
npm install
npm run serve

You can then open the page at localhost:8080

Deploy

Copy the files in web/dist and web/public into the same directory on your static web server.

License

MIT

Starter code from: https://github.com/adamisntdead/wasm-starter

About

Like Wordle, but the computer makes the guesses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages