/CPSC-233-Group-2

Group project for CPSC 233

Primary LanguageJava

CPSC-233-Group-2

Group project for CPSC 233

In order to find the version of our code for demo 3: Go to the "demo3" branch and download all of the contained files. 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