1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/tetris
2022-01-04 12:21:12 +03:00
..
index.html
README.md
screenshot.png
tetris.js.v all: update copyright year 2022-01-04 12:21:12 +03:00
tetris.v all: update copyright year 2022-01-04 12:21:12 +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.