v/examples/tetris
d2verb 2cb12b4f4e rand: change rand.seed() to receive seed value 2019-07-13 18:17:45 +02:00
..
.gitignore bring back examples 2019-06-29 12:34:32 +02:00
README.md make glfw work on Windows 2019-07-12 05:04:27 +02:00
screenshot.png bring back examples 2019-06-29 12:34:32 +02:00
tetris.v rand: change rand.seed() to receive seed value 2019-07-13 18:17:45 +02:00

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.