Kaynağa Gözat

TODO in Goldfish.

master
Josh Hofing 11 yıl önce
ebeveyn
işleme
e2871cbd2c
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      src/Goldfish.java

+ 5
- 1
src/Goldfish.java Dosyayı Görüntüle

@@ -13,8 +13,12 @@ public class Goldfish {
_grid = new Grid(640, 480);
}

public void run () {
//TODO: make it run.
}

public static void main (String[] args) {
Goldfish g = new Goldfish();
Conway c = new Conway();
g.run();
}
}

Yükleniyor…
İptal
Kaydet