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

https://github.com/calion2/zconway

zConway is a Terminal Conway's game of life simulator written in zig
https://github.com/calion2/zconway

cli-app lightweight linux-app zig

Last synced: 4 months ago
JSON representation

zConway is a Terminal Conway's game of life simulator written in zig

Awesome Lists containing this project

README

          

## About
This Program simulates Conways Game of life in the terminal as a sort of screensaver.
To run it with different colors add the first tree letters of the main ansi colors after the program itself.
To get more info run the program with --help.

To build it you will need zig(Duh!) and libc, then run zig build --release=fast in the directory.
## Example Picture
![image](https://github.com/user-attachments/assets/ac91db2c-fda5-4911-bb94-e97447eb56c8)