ソースを参照

TODO in Goldfish.

master
Josh Hofing 11年前
コミット
e2871cbd2c
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      src/Goldfish.java

+ 5
- 1
src/Goldfish.java ファイルの表示

@@ -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();
}
}

読み込み中…
キャンセル
保存