This website works better with JavaScript.
Home
Help
Sign In
ben
/
goldfish
mirror of
https://github.com/earwig/goldfish
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
TODO in Goldfish.
master
Josh Hofing
12 years ago
parent
705abad2bb
commit
e2871cbd2c
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
src/Goldfish.java
+ 5
- 1
src/Goldfish.java
View File
@@ -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…
Cancel
Save