Commit 089839b2 by Yovan Martinez

Mejora en la interfaz de usuario

parent 7883e116
......@@ -117,8 +117,8 @@ public class Poker {
if ((partida.controlValor(partida.getValue())== "") && (partida.controlPalos(partida.getSuit())== "")) {
System.out.println("CARTA ALTA");
}else{
System.out.println(partida.getSuit());
System.out.println(partida.getValue());
// System.out.println(partida.getSuit());
// System.out.println(partida.getValue());
System.out.print("Sus cartas son: [");
for (int i = 0; i < mano.length; i++) {
System.out.print(mano[i] + ",");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment