v/examples/tetris
Alexander Medvednikov 28d379dc7b make glfw work on Windows 2019-07-12 05:04:27 +02:00
..
.gitignore
README.md make glfw work on Windows 2019-07-12 05:04:27 +02:00
screenshot.png
tetris.v

README.md

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.