This website works better with JavaScript.
首頁
說明
登入
ben
/
goldfish
镜像来自
https://github.com/earwig/goldfish
關註
1
收藏
1
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
TODO in Goldfish.
master
Josh Hofing
12 年之前
父節點
705abad2bb
當前提交
e2871cbd2c
共有
1 個文件被更改
,包括
5 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
();
}
}
Write
Preview
Loading…
取消
儲存