Search for question
Question

This section outlines the overall structure of the chess app you will be writing.

IMPORTANT: IntelliJ will be required for this project, as you will be creating a

project file and running JUnit tests on your code. If you need to review how to create a new

project in IntelliJ, please refer to the "Setting up IntelliJ" section from the Lab 4 document.

Also, please read the testing document on how to install and run JUnit tests on IntelliJ.

IMPORTANT: Things to keep in mind: IntelliJ dark mode will make the white pieces

appear black and black pieces appear white in the terminal. Also, for the sake of

testing and grading, white pieces will be required to go upward and black pieces

will be required to go downward (in terms of how they appear on screen). Dark

mode changing the colors of the pieces has caused students in the past to have white going

downward and black going upward, so please keep these notes in mind for this project.

Fig: 1