Home

Awesome

Zigtris

A minimal terminal Tetris written in Zig. Tested with Zig 0.13.0

zig build run

Cursor keys to move, space to drop, q to quit.

Why?

This was a quick weekend project to get back into writing some Zig. I've never tried to implement Tetris, so it was a fun challenge.

Some notes for anyone looking at the code:

License

MIT