Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiehuis/zstack

Line-race tetris mode in Zig
https://github.com/tiehuis/zstack

zig

Last synced: 3 months ago
JSON representation

Line-race tetris mode in Zig

Awesome Lists containing this project

README

        

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