Created
March 10, 2013 10:54
-
-
Save pauldwhitman/5128119 to your computer and use it in GitHub Desktop.
Part of the "Chess in C" blog post series. Creates a two-dimensional array called board which simulates a chess board.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int board[8][8]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment