From 6bf186567892ac96de9e7ff665f9167c557f3dd4 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 20 Sep 2020 19:31:16 +0200 Subject: [PATCH] examples: add a link to the 2048 WA demo --- examples/2048/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/2048/README.md b/examples/2048/README.md index e5cd4844e..15516fb74 100644 --- a/examples/2048/README.md +++ b/examples/2048/README.md @@ -1,6 +1,9 @@ # V 2048 -This is a simple [2048 game](https://play2048.co/), written in [the V programming language](https://vlang.io/). +This is a simple 2048 game, written in [the V programming language](https://vlang.io/). + +WebAssembly demo: https://v2048.vercel.app + ![screenshot](demo.png) ## Description: -- 2.30.2