Skip to content

Commit daad6eb

Browse files
committed
Codigo Partida
1 parent fb9c1ce commit daad6eb

File tree

1 file changed

+13
-0
lines changed
  • tech-java-basadoObjetos/src/es/usantatecla/tictactoe/src/main/java/es/usantatecla/tictactoe

1 file changed

+13
-0
lines changed

tech-java-basadoObjetos/src/es/usantatecla/tictactoe/src/main/java/es/usantatecla/tictactoe/TicTacToe.java

+13
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,16 @@ public static void main(String[] args) {
4242
}
4343

4444
}
45+
46+
47+
/*
48+
49+
Eliminar la clase "YesNoDialog",
50+
Añadir una clase "Piece"
51+
Añadir la clase "Square"
52+
Hacer una clase "Color"
53+
Elimina la clase "Turn"...
54+
O si tienes otra propuesta, también se acepta.
55+
56+
*/
57+

0 commit comments

Comments
 (0)