Assigned: 2020-01-29
Due Date: 2020-02-04 by 11:59PM U.S. Central Time
The assignment documentation is here.
The rubric can be found here.
After pushing your code to GitHub, you will need to submit your code to Gradescope.
This assignment has hidden test cases which run on submission. There is only 1 test case which is made public: if you see the results of the public test case, your submission has been successfully autograded. We will release the results of the autograder after the late due date.
For this assignment, all of your source files should be placed in src/main/java/student/tictactoe/
and tests in src/test/java/student/tictactoe/
.
Also, the autograder will be testing the TicTacToe.evaluateBoard(String)
method in the student.tictactoe
package, so make sure the given test suite compiles before submitting your code to Gradescope.