这是indexloc提供的服务,不要输入任何密码
Skip to content

Ttibsi/gol-tui

Repository files navigation

gol-tui

Game of Life as a rawterm terminal UI application NOTE: As of v1.1, the build system has changed from zig to cmake.

To Use

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.

Dependancies

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

About

Game of Life as a rawterm terminal UI application

Resources

Stars

Watchers

Forks