Kiuh/ascii-game-of-life
zig terminal app of Conway's game of life with ascii graphics
A simple terminal implementation of [Conway`s game of life](https://conwaylife.com/wiki/Conway%27s_Game_of_Life). Implemented in zig lang, using clap for command line parsing.
Tested with zig version 0.13.0
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
To run application just execute it without arguments.
You can run --help
to see run options.
This feature implemented with clap
package.
https://github.com/user-attachments/assets/32d3eb53-4d83-496d-8468-d435adb11620