Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xerwin1/langton.zig

Langton's ant made in Zig and Raylib
https://github.com/0xerwin1/langton.zig

langton-ant raylib raylib-zig zig

Last synced: 17 days ago
JSON representation

Langton's ant made in Zig and Raylib

Awesome Lists containing this project

README

        

# Langton's Ant in Zig

## Rquirements

- Zig: 0.13.0
- Raylib: 3.7.0

## Build

```bash
zig build
./zig-out/bin/langton

# or

zig build run
```