Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: Important need some guidance & tips/tricks!

    Of course there is an easier way, and you should know it to be doing this project. You don't seem ready for this project. You're missing basic understanding of foundational things like for loops,...
  2. Re: Important need some guidance & tips/tricks!

    Where do you get this stuff?

    Arrays can contain objects. There are other collections, ArrayLists, etc. that can also contain objects.
  3. Re: Important need some guidance & tips/tricks!

    I think you just need to quit asking, "What do I need?" and get to work.
  4. Re: Important need some guidance & tips/tricks!

    Location: Each chess piece may know where it is on the board. The locations on a chessboard are easily represented by a 2D array.

    ChessPiece: You might also want to include a list of possible...
  5. Re: Important need some guidance & tips/tricks!

    Suggestions based on random thoughts:

    Create a ChessPiece class that includes, name/type, color, location, and anything else you want. A chess game includes 32 chess pieces.

    You'll need a FEN...
  6. Re: Important need some guidance & tips/tricks!

    What does this mean? Letters don't hold images. They may represent images. In that case . . .

    It seems to me that the FEN notation describes each square of the chessboard. Why not just "read"...
Results 1 to 6 of 6