Game of Life as a rawterm terminal UI application NOTE: As of v1.1, the build system has changed from zig to cmake.
To build: cmake -S . -B build && cmake --build build
To run: ./build/gol_tui
Press q to quit and space to pause the application. Press any key to continue.
Enter your initial board layout as XY coordinates in config.json file.
- nolhmann/JSON for json parsing
- ttibsi/rawterm for TUI management