1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/tetris
Alexander Medvednikov 4b69d43f9f fix examples
2019-08-07 14:16:10 +02:00
..
.gitignore
README.md
screenshot.png
tetris.v fix examples 2019-08-07 14:16:10 +02:00

Tetris has a temporary dependency on GLFW.

macOS

brew install glfw

Ubuntu

sudo apt install libglfw3 libglfw3-dev

Windows

Copy thirdparty/glfw/glfw3.dll to this directory.