Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 290 Bytes

File metadata and controls

10 lines (9 loc) · 290 Bytes

LifeGame

用C++编写的康威生命游戏

所实现的功能:

  1. 细胞的每次初始化是随机的
  2. 网格大小可以设置
  3. 可以暂停或继续
  4. 将当前细胞状态保存为指定名称并导出
  5. 读取指定的细胞状态存档
  6. 随时调整指定细胞的状态