Group project for CPSC 233
In order to run the final version of the code, do the following: In order to run the text based version of the project, compile all of the java files, and then run the "Game" class. In order to move a piece, the X-axis is defined by letters from A-H and the Y-axis is defined by numbers 0-7. When inputing a move, the format required is "oldposition,newposition" and then press enter. Example: A1,A4
In order to run the GUI version of the project, again download all java files, and run the "GUI2" class.