FOR column = A to H
FOR row = 1 to 8
IF ChessBoard[column][row] = 0
There is a piece on this square
ELSE
There is not a piece on this square
END IF
END FOR
END FOR
Kādā programmēšanas valodā ir rakstīts šis?
Māris. miniblogs
- 0
Māris. 04.02.2015. 18:28
Ielogojies vai izveido profilu, lai komentētu!