From ae33218a3087109e241c2a17c9f8c3974d442d78 Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Sun, 11 Feb 2024 12:11:12 -0800 Subject: [PATCH] Add link to playable version --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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).