https://github.com/tiehuis/zstack
Line-race tetris mode in Zig
https://github.com/tiehuis/zstack
zig
Last synced: 26 days ago
JSON representation
Line-race tetris mode in Zig
- Host: GitHub
- URL: https://github.com/tiehuis/zstack
- Owner: tiehuis
- License: mit
- Created: 2019-06-16T09:47:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T09:54:38.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T23:06:44.565Z (about 1 month ago)
- Topics: zig
- Language: Zig
- Size: 1.03 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - tiehuis/zstack - race tetris mode in Zig. (Game Field / Zigged Project)
- awesome-zig - zstack🗒️Line-race tetris mode in Zig
README
Line-race mode tetris variant.
zig build
./zstackSee src/config.zig for available options.
There are two graphics backends available, SDL and OpenGL. OpenGL is used
by default, to use SDL, build withzig build -Duse-sdl2=true