Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Ordenamiento del tablero (CERRADA)

Armando Castro edited this page Dec 3, 2016 · 1 revision

Se usara este formato. abrir archivo para visualizar bien.

                    /*A    B    C    D    E    F    G    H */

char tablero[8][8] = { 't', 'c', 'a', 'q', 'k', 'a', 'c', 't' /8/ 'p', 'p', 'p', 'p', 'p', 'p', 'p', 'p', /7/ 'X', ' ', 'X', ' ', 'X', ' ', 'X', ' ', /6/ ' ', 'X', ' ', 'X', ' ', 'X', ' ', 'X', /*5 */ 'X', ' ', 'X', ' ', 'X', ' ', 'X', ' ', /*4 */ ' ', 'X', ' ', 'X', ' ', 'X', ' ', 'X', /3/ 'P', 'P', 'P', 'P', 'P', 'P', 'P', 'P', /2/ 'T', 'C', 'A', 'Q', 'K', 'A', 'C', 'T', /*1 */

                   };