examples: add a link to the 2048 WA demo

pull/6434/head
Alexander Medvednikov 2020-09-20 19:31:16 +02:00 committed by GitHub
parent 5086fd537c
commit 6bf1865678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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: