告示:我目前不打算继续维护 rlifesrc。相关项目 factoriosrc 已实现 rlifesrc 的大部分功能,并支持更多规则,包括 Higher-range outer-totalistic rules。其网页版可在 https://alephalpha.github.io/factoriosrc/ 使用。
Notice: I do not currently plan to continue maintaining rlifesrc. The related project factoriosrc already implements most of rlifesrc's functionality and supports more rules, including Higher-range outer-totalistic rules. Its web version is available at https://alephalpha.github.io/factoriosrc/.
试玩 Rust。尝试写一个生命游戏搜索工具。具体来说就是照抄 David Bell 写的 lifesrc 和 Jason Summers 写的 WinLifeSearch。其具体的算法可见 Dean Hickerson 的说明。
写得非常糟糕,和 WinLifeSearch 相比缺少很多功能,而且速度要慢很多,但支持更多规则。
支持 Life-like 和 non-totalistic 的规则,但后者比前者要略慢一些。也支持六边形以及von Neumann 邻域的规则,但目前是通过转化成 non-totalistic 规则来实现的,速度较慢。还支持 Generations 规则。
提供一个文本界面的命令行工具,和一个基于 WebAssembly 的网页版,请分别见 tui/ 和 web/ 两个目录。