examples: add a link to the 2048 WA demo
parent
5086fd537c
commit
6bf1865678
|
@ -1,6 +1,9 @@
|
||||||
# V 2048
|
# 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)
|
![screenshot](demo.png)
|
||||||
|
|
||||||
## Description:
|
## Description:
|
||||||
|
|
Loading…
Reference in New Issue