Two Laptop Bag
The moose likes Game Development and the fly likes Help with alternating colors correctly on chess board Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Game Development
Reply Bookmark "Help with alternating colors correctly on chess board" Watch "Help with alternating colors correctly on chess board" New topic
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
    
    6


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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Help with alternating colors correctly on chess board
 
Similar Threads
Chessboard-Newbie Question
Newbie problem with Event ... MouseListener
display image in jpanel
chess game : moving piece
Queen 8 ChessBoard Example Help