Description
Next using the IntelliJ IDE implement your algorithm as a Java program. Start by downloading the zipped starter project
for Lab 1 from Blackboard. Unzip with 7-zip using “Extract Here”. Open the starter project in IntelliJ. Implement the
findWinner() method in the TacTacToe class using the algorithm you developed. Add your name to the @author
comment in the TicTacToe.java file. Do not change code in the project outside of the findWinner() method and the
@author comment. Please test the program thoroughly. If find that you need to change your algorithm when you are
implementing you Java program, go back and change it in your Word document. Your Word document should be an
accurate representation of the algorithm implemented in your Java program.