浏览代码

It's von Neumann neighborhoods, not Moore. Oops.

master
Josh Hofing 11 年前
父节点
当前提交
2ebbecfc32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rules/Conway4.java

+ 1
- 1
src/rules/Conway4.java 查看文件

@@ -3,7 +3,7 @@ package edu.stuy.goldfish.rules;
import edu.stuy.goldfish.Grid;
import edu.stuy.goldfish.Patch;

// An implementation of conway using Moore Neighborhoods.
// An implementation of conway using von Neumann Neighborhoods.
public class Conway4 extends RuleSet {
public static int states = 2;



正在加载...
取消
保存