This is a C-based project that visualizes Conway's Game of Life cellular automata using the XCB library.
- GCC: C Compiler
- XCB: X protocol C-language Binding is a replacement for Xlib
- libxcb-image: XCB port of Xlib's XImage and XShmImage functions.
Command to install Dependences in Debian based systems:
sudo apt install gcc libxcb-image0-dev libxcb1-devNote: This project is compatible only with Linux systems.
cc build.c && ./a.out build-runTo see other options to build project:
cc build.c && ./a.out