Game of Cards
Oswaldo Jesús Marín Pagés
| Web Dev | PHP, C/C++, C#, Java | Angular, Bootstrap, Pure, Bulma, w3.css | MySQL, Db2, PostgreSQL, Oracle SQL | ???? Nederlands
Este juego fue desarrollado en html, css y javascript. Se trata de hacer coincidir 5 pares en el menor tiempo posible. Al inicio del proyecto se genera un orden aleatorio de las cartas con la funcion Random. Luego se verificara que cada par ordenado de cartas coincida en un arreglo que va a ser recorrido por un ciclo for hasta que se verifique que los 3 pares ordenados de cartas coinciden.
This game was developed in html, css and javascript. It is about matching 5 pairs in the shortest time possible. At the beginning of the project, a random order of the cards is generated with the Random function. Then, it will be verified that each ordered pair of cards matches in an array that will be traversed by a for loop until it is verified that the 3 ordered pairs of cards match.