项目作者: firmart

项目描述 :
ncurses Cellular Automata
高级语言: C
项目地址: git://github.com/firmart/nCA.git
创建时间: 2018-08-27T00:02:41Z
项目社区:https://github.com/firmart/nCA

开源协议:BSD 2-Clause "Simplified" License

下载


nCA

ncurses Cellular Automata

Usage

./nCA -r <LtL_rulestring>

<LtL_rulestring> is a rulestring using the Larger than Life notation.

Examples

Conway’s Game of Life

./nCA -r "R1,C0,M0,S2..3,B3..3,NM"

Gnarl

./nCA -r "R1,C0,M1,S1..1,B1..1,NN"

Gnarl on Termit