Explorar el Código

TODO in Goldfish.

master
Josh Hofing hace 11 años
padre
commit
e2871cbd2c
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      src/Goldfish.java

+ 5
- 1
src/Goldfish.java Ver fichero

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

Cargando…
Cancelar
Guardar