1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: add a link to the 2048 WA demo

This commit is contained in:
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

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: