Created
March 10, 2013 11:07
-
-
Save pauldwhitman/5128170 to your computer and use it in GitHub Desktop.
Part of the "Chess in C" blog post series. Code to place two bishops on the 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
| board[4][4] = BISHOP; | |
| board[4][5] = BISHOP; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment