Commit 3ca9065f by Jllamas02

Poker02

parent e412ec11
......@@ -22,7 +22,7 @@
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="last_opened_file_path" value="$USER_HOME$/Escritorio/TP-Kotlin-miguel-poker03-b0c4569ab3d5b0c82f418687e909bfe4cb9e9b29" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
</component>
<component name="RunManager">
<configuration name="Poker02.Poker02Kt" type="JetRunConfigurationType" factoryName="Kotlin" temporary="true" nameIsGenerated="true">
......
......@@ -355,8 +355,7 @@ fun mejormazo(jugada1 : List<mazojugado>, jugada2 : List<mazojugado>, tipo1 :Str
var mazo2 = 0
loopjugado1@ for (indice in valordelmazovv1.indices) {
if (valordelmazovv1[indice] == 1) {
if (ultimo == 5 || (indice == 0)){
mazo1 = indice
if (ultimo == 5 || (indice == 0)){ mazo1 = indice
break@loopjugado1
}
ultimo++
......@@ -394,7 +393,7 @@ fun mejormazo(jugada1 : List<mazojugado>, jugada2 : List<mazojugado>, tipo1 :Str
}
return ganador
}
fun reconocerjugada(jugadapa : List<mazojugado>): String{
fun reconocerjugada(jugadapa : List<mazojugado>): String{
var palosutilizados = arrayOf(0,0,0,0)
var mazosutilizados = arrayOf(0,0,0,0,0,0,0,0,0,0,0,0,0)
......
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