diff --git a/examples/2048/README.md b/examples/2048/README.md index e5cd4844e0..15516fb74d 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: