Sfoglia il codice sorgente

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

master
Josh Hofing 11 anni fa
parent
commit
2ebbecfc32
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rules/Conway4.java

+ 1
- 1
src/rules/Conway4.java Vedi File

@@ -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;



Caricamento…
Annulla
Salva