Commit b0c4569a by Miguel Do Carmo

Se agrego el proyecto final poker. se utilizo random para cargar las cartas y…

Se agrego el proyecto final poker. se utilizo random para cargar las cartas y las jugadas para cada mano que en este caso es 2 jugadores pero puede agregarse mas manualmente
parent 0c01a638
...@@ -4,4 +4,7 @@ object Const { ...@@ -4,4 +4,7 @@ object Const {
val PALOS = arrayOf( val PALOS = arrayOf(
'S','D','H','C' 'S','D','H','C'
) )
var MESA = Array(4) { arrayOf(0,0,0,0,0,0,0,0,0,0,0,0,0) }
} }
\ No newline at end of file
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