cellular simulation:基本的人生游戏模拟 源码
细胞模拟(又名“生命游戏”示例) 如果您不了解Conway的《人生游戏》 ,请先阅读。 在那之后,阅读或遍历3个中的任何一个受到推崇的以下视频/文章: 丹尼尔·希夫曼(Daniel Shiffman)的 指示 问题 You are tasked with creating a program capable of generating a random starting cellular matrix based upon a given seed value. The program must then solve and print out the next 100 time-steps of a modified game of life simulation. The simulation is guided by a handful of simplistic rule
用户评论