Skip to content

Instantly share code, notes, and snippets.

@hadronized
Created May 9, 2011 20:30
Show Gist options
  • Save hadronized/963325 to your computer and use it in GitHub Desktop.
Save hadronized/963325 to your computer and use it in GitHub Desktop.
char c;
for (int r = 0; r < row; ++r) {
for (int c = 0; c < col; ++c) {
char c = (c+(r%2))%2);
case[r][c].Color = Color(c, c, c);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment