Add link to playable version
This commit is contained in:
parent
edeac3b2fd
commit
ae33218a30
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
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
|
## Setup
|
||||||
|
|
||||||
* Make sure you have [Node.js](https://nodejs.org/en) installed and [rustup and Cargo](https://www.rust-lang.org/learn/get-started).
|
* Make sure you have [Node.js](https://nodejs.org/en) installed and [rustup and Cargo](https://www.rust-lang.org/learn/get-started).
|
||||||
|
|
Loading…
Reference in a new issue