Add link to playable version

This commit is contained in:
Joel Therrien 2024-02-11 12:11:12 -08:00
parent edeac3b2fd
commit ae33218a30

View file

@ -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).