Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 754 Bytes

gol-tui

Game of Life as a rawterm terminal UI application

To Use

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.

Dependancies

  • nolhmann/JSON for json parsing
  • ttibsi/rawterm for TUI management

To update rawterm

zig fetch --save=rawterm git+https://github.com/ttibsi/rawterm#db991bfe15a22299664af3f44c74c02f746af75f

Replace everything after the # at the end with the git hash