Skip to content

Instantly share code, notes, and snippets.

@pauldwhitman
Created March 10, 2013 11:07
Show Gist options
  • Select an option

  • Save pauldwhitman/5128170 to your computer and use it in GitHub Desktop.

Select an option

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.
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