1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Files
v/examples/tetris
Alexander Medvednikov 59ed4be49a all: update copyright year
2022-01-04 12:21:12 +03:00
..
2022-01-04 12:21:12 +03:00
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.