1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/tetris
2022-07-21 20:51:54 +03:00
..
index.html
README.md
screenshot.png
tetris.js.v all: voidptr(0) => unsafe { nil } (p.2) 2022-07-21 20:51:54 +03:00
tetris.v all: voidptr(0) => unsafe { nil } (p.2) 2022-07-21 20:51:54 +03:00

Dependencies (Ubuntu)

sudo apt install libx11-dev
sudo apt install libxi-dev
sudo apt install libxcursor-dev
sudo apt install libgl-dev

Compiling to JS

v -b js_browser examples/tetris/tetris.js.v

And then open index.html with your favourite web browser.