소스 검색

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;



불러오는 중...
취소
저장