1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/tetris/README.md

16 lines
376 B
Markdown
Raw Normal View History

2019-06-22 21:24:15 +03:00
<img src='https://raw.githubusercontent.com/vlang/v/master/examples/tetris/screenshot.png' width=300>
2019-07-12 06:04:04 +03:00
Tetris has a temporary dependency on GLFW.
## macOS
`brew install glfw`
## Ubuntu
2019-10-28 16:47:17 +03:00
`sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libssl-dev`
## Arch (and Manjaro)
`sudo pacman -S glfw-x11`
2019-07-12 06:04:04 +03:00
## Windows
Copy `thirdparty/glfw/glfw3.dll` to this directory.