v/examples/tetris
Benjamin Stigsen 546c388b02
gg: renaming drawing functions (#12913)
2021-12-23 13:31:25 +02:00
..
README.md js,os: fix integer arithmetic; add Process.close() and os.is_readable() for VJS; Make tetris run on JS backend (#12940) 2021-12-23 11:36:42 +02:00
index.html js,os: fix integer arithmetic; add Process.close() and os.is_readable() for VJS; Make tetris run on JS backend (#12940) 2021-12-23 11:36:42 +02:00
screenshot.png all: optimize png images (#6860) 2020-11-17 17:42:21 +01:00
tetris.js.v js,os: fix integer arithmetic; add Process.close() and os.is_readable() for VJS; Make tetris run on JS backend (#12940) 2021-12-23 11:36:42 +02:00
tetris.v gg: renaming drawing functions (#12913) 2021-12-23 13:31:25 +02:00

README.md

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.