| Author |
Help with alternating colors correctly on chess board
|
James Tim
Greenhorn
Joined: Aug 03, 2012
Posts: 1
|
|
Hi, I've been having difficulty alternating colors properly for the chess board I'm constructing. Although I think I'm close, as the output shows, I'm not sure whether it's a structural problem. I am new to game dev.
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9950
|
|
I am not a game coder...but this looks a little redundant. Is there any way both of these can be different? don't both or neither have to be true?
in any case...tell me, in ENGLISH, how you determine the color of a square. It seems like you are writing code without necessarily knowing what you are trying to do...a common mistake that many people make.
You generally want to spend 90% of your time thinking about how to write your code, and 10% actually writing it. That means you need to do a lot of writing, erasing, revising, editing, and changing your code. If you can't tell me what you are trying to do, in English, you shouldn't be writing code yet.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
Mich Robinson
Ranch Hand
Joined: Jun 28, 2009
Posts: 185
|
|
This is probably too late but I think you just need:or even:I'll point out that chess is quite a difficult to program. Even working out which moves are legal is quite difficult. If it's your 1st game program then I'd suggest doing naughts and crosses first, then othello or connect 4 before approaching something as difficult as chess.
Mike
PS remember to put a white square in the bottom right of the board.
|
Arcade : Alien Swarm
Board : Chess - Checkers - Connect 4 - Othello
|
 |
 |
|
|
subject: Help with alternating colors correctly on chess board
|
|
|