1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/tetris
2021-06-24 11:15:12 +03:00
..
README.md examples: tetris: add ubuntu dependencies list (#10456) 2021-06-14 16:16:40 +03:00
screenshot.png all: optimize png images (#6860) 2020-11-17 17:42:21 +01:00
tetris.v gg: remove obsolete usages of use_ortho: true 2021-06-24 11:15: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