• Stars
    star
    4
  • Rank 3,204,292 (Top 65 %)
  • Language
    Zig
  • License
    MIT License
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Line-race tetris mode in Zig
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

More Repositories

1

2048-cli

The game 2048 for your Linux terminal (https://github.com/gabrielecirulli/2048)
C
236
star
2

zig-regex

A regex implementation for the zig programming language
Zig
142
star
3

zig-rosetta

Rosettacode examples in zig
Makefile
30
star
4

libhcs

A partially Homomorphic C library.
C++
30
star
5

zligc

libc implementation in zig
C
27
star
6

zig-lua

zig interfacing with lua example
C
22
star
7

zig-nng-example

Example of using nanomsg-next-generation with Zig
Zig
16
star
8

HeborisC7EX

A high speed puzzle action game
C++
15
star
9

nanopack

Lightweight Msgpack Encoder
C
15
star
10

zig-raytrace

simple raytracer in zig
Zig
14
star
11

zig-ryu

Zig port of https://github.com/ulfjack/ryu
Zig
14
star
12

zig-gameboy

A gameboy emulator in zig
Zig
13
star
13

zig-benchmarks-game

The Computer Language Benchmarks Game in Zig
C
12
star
14

zig-sdl2

SDL2 bindings for Zig
Zig
11
star
15

faststack

If you want to stack blocks kind of quick
C
10
star
16

zig-bn

big numbers for zig
Zig
8
star
17

zig-ctags

ctags definition for zig
8
star
18

zig-replace-c

5
star
19

zig-parsefloat

Float parsing library for Zig
Zig
5
star
20

zig-simd-mem

std.mem rewrites using vectorization
Zig
4
star
21

zig-dlmalloc

Work in progress port of dlmalloc-2.8.6 to Zig
C
4
star
22

zig-compiler-completions

bash and zsh completions for the zig compiler
Rust
4
star
23

euler

Solutions for
C
3
star
24

ansiz

ansi escape code library for zig
3
star
25

QuickEdit

A (very) small editor for quick editing of large files.
C
3
star
26

Football-Fumble

Android game
Java
3
star
27

zig-docgen

documentation generator for zig
3
star
28

tetrs

A Tetris Engine in Rust
Rust
3
star
29

zig-notes

notes about the zig programming language
3
star
30

zig-deflate

DEFLATE implementation for zig
C
2
star
31

lwan-api-example

C
2
star
32

quartic

Music Fundamentals Library
Rust
2
star
33

linguist-color-checker

Compares colors of linguist languages
Go
2
star
34

libhcs-voting

An example of a voting system using libhcs
C++
1
star
35

cihttp

Simple Case-Insensitive File Server
Go
1
star
36

mpe

Tetris in C++17
C++
1
star
37

advent-of-code-2019

https://adventofcode.com/2019
Zig
1
star
38

dotfiles

Dotfiles
Vim Script
1
star
39

mptet

Multiple-Precision Tetris
C
1
star
40

zig-cli-experiment

Experiment in how to handle the cli interface for zig
Shell
1
star
41

golfscript-rs

Golfscript Interpreter in Rust
Rust
1
star
42

chrono

Timing library in C
C
1
star
43

Snake

Play snake on the terminal
C
1
star
44

int_traits

Extended Traits for Rust Integer Types
Rust
1
star