Hey,
I am trying to make a chess game (just two players, no computer player just yet) and dont really know where to start. I was thinking a main class to call the other classes, a board class to make the board, a pieces class to make the pieces, and possibly a logic class for the logic of the game.
Again, I dont really know where to start, any suggestions?