diff --git a/README.md b/README.md index 8571f51..51f18dc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Game logic resides in `src/` as Rust code, which gets compiled into WebAssembly. UI logic resides in `ui/src/`, which gets bundled by Parcel into the web application. +If you want to try it now, I host a version at https://joeltherrien.ca/wordgrid + ## Setup * Make sure you have [Node.js](https://nodejs.org/en) installed and [rustup and Cargo](https://www.rust-lang.org/learn/get-started).