You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line-race mode tetris variant.
zig build
./zstack
See src/config.zig for available options.
There are two graphics backends available, SDL and OpenGL. OpenGL is used
by default, to use SDL, build with
zig build -Duse-sdl2=true