Chess game programming
I have to create a text-based chess game between uppercase and lowercase letters against each other using a two-dimensional arrays.
1. I have to create the board and initialize the position of the letters.
2. I have to give the output of the initial state of the game, showing the board and the first positions of the letters.
3. I have to create the moves.(Meaning that i have to create an input to perform the entering moves)
And i have to make sure that with every bad input the program will to repeat the input....
If anybody of you have programmed a chess game like this before, i would appreciate any kind of help....
Edited by: 812599 on Nov 17, 2010 8:26 AM