/ascii-game-of-life

zig terminal app of Conway's game of life with ascii graphics

Primary LanguageZigGNU General Public License v3.0GPL-3.0

Ascii game of life written in zig

A simple terminal implementation of Conway`s game of life. Implemented in zig lang, using clap for command line parsing.

Tested with zig version 0.13.0

Download and build

For downloading you can clone this repo.

git clone https://github.com/Kiuh/ascii-game-of-life

Move to root project directory.

cd ascii-game-of-life

Then build and run game.

zig build run

Run and test

To run application just execute it without arguments.

You can run --help to see run options. This feature implemented with clap package.

alt text

Visual example

example.mp4