Game of Life as a rawterm terminal UI application
Run zig build
to compile and ./zig-out/bin/gol-tui
to run. This has only
been tested with zig 0.13.0
.
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
zig fetch --save=rawterm git+https://github.com/ttibsi/rawterm#db991bfe15a22299664af3f44c74c02f746af75f
Replace everything after the #
at the end with the git hash