Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiehuis/zstack
- Owner: tiehuis
- License: mit
- Created: 2019-06-16T09:47:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T09:54:38.000Z (over 5 years ago)
- Last Synced: 2024-08-03T23:24:14.224Z (5 months ago)
- Topics: zig
- Language: Zig
- Size: 1.03 MB
- Stars: 5
- Watchers: 3
- 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