Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkalupahana/wordbites
GamePigeon Word Bites online game solver.
https://github.com/nkalupahana/wordbites
Last synced: 3 days ago
JSON representation
GamePigeon Word Bites online game solver.
- Host: GitHub
- URL: https://github.com/nkalupahana/wordbites
- Owner: nkalupahana
- Created: 2021-05-31T17:29:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T18:29:05.000Z (over 3 years ago)
- Last Synced: 2024-11-10T01:42:24.333Z (2 months ago)
- Language: Rust
- Homepage: https://wordbites.netlify.app
- Size: 262 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GamePigeon Word Bites Solver
[![Netlify Status](https://api.netlify.com/api/v1/badges/c2b82b69-ff56-4ee7-9b1a-500c671a9fd9/deploy-status)](https://app.netlify.com/sites/wordbites/deploys)
Available at https://wordbites.netlify.app
## Build
- `cd solver` and build the WASM binary: `sudo wasm-pack build --target web`
- In the main directory, run `python3 -m http.server` (or any other command to launch a web server in that directory)
- Go to `localhost:8000`!