https://github.com/restioson/rust-cameroon-wordle
https://github.com/restioson/rust-cameroon-wordle
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/restioson/rust-cameroon-wordle
- Owner: Restioson
- License: apache-2.0
- Created: 2025-02-17T14:34:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T18:59:03.000Z (over 1 year ago)
- Last Synced: 2025-11-11T03:23:09.639Z (8 months ago)
- Language: Rust
- Size: 1.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-cameroon-wordle
A Wordle clone for presentation to Rust Cameroon
## Setup
First:
- Install `just`: `cargo install just`
- Install [Static Web Server](https://static-web-server.net/download-and-install/), or another of your choice
- You can get the Linux archive here: https://github.com/static-web-server/static-web-server/releases/download/v2.36.0/static-web-server-v2.36.0-x86_64-unknown-linux-gnu.tar.gz
After this, you can try `just install-deps`. If this fails, do the following manually:
- Install the wasm32-unknown-unknown target: `rustup target add wasm32-unknown-unknown`
- Install wasm-bindgen: `cargo install -f wasm-bindgen-cli --version 0.2.100`
## Building
Simply run `just build`.
If you've installed Static Web Server, you can run `just run` to serve the app.
## Acknowledgements
- src/close_icon.svg and src/share_icon.svg come from Material UI (see LICENSE-MATERIAL-ICONS)
- Word list comes from https://github.com/dwyl/english-words