Search:

Type: Posts; User: Att1li

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,017

    Re: Problems with objects and enum

    Yes it's a graphical project.
    I already have the graphics done and they seem to be working fine.
    The clicks on the squares adress the array in ChessGame class to see what is currently on the...
  2. Replies
    5
    Views
    1,017

    Re: Problems with objects and enum

    Greg Thanks alot for the Fix!


    kingWhite = new King( Shade.WHITE , Rank.KING , 0 , 4 );

    Seems to be correct .
    The reason I am assigning a parameter Rank and Color to each piece is so the...
  3. Replies
    5
    Views
    1,017

    Problems with objects and enum

    Hello

    After some advice from a few more experienced members on this board I decided to scrap my poor attempt at a chess engine and start over , this time using OOP.
    I am currently having an issue...
Results 1 to 3 of 3