AvaSmith-CodingSamples / Java / Battleship - Java
README
Morgan Nakonechny - nakon005
Ava Smith - smi01868

--Contributions of Each Partner--
Morgan and Ava both worked on this project equally together during in person meetings. During spring break Morgan
and Ava called over the phone to work on the project as well. Ava and Morgan both used IntelliJ's Code With Me
software to simultaneously work on the project and the same time.

--Compiling/Running program--
Ava and Morgan both used IntelliJ as a text editor, and compiled/ran each of the programs in intelliJ and the terminal.

--Before running or compiling--
All of the classes, Boat.java, Board.java, Cell.java, Game.java, and BattleboatsGUI.java
are all saved in the same directory and folder that Project 2 is located.

When compiling the program in the terminal, the command "javac [classname].java" is used.
To run the program after the class file is created to replicate the program, the command "java [classname]" is used.

--Assumptions--
Assume that the player will know the general rules of battleboats, all of our scanners check for incorrect input
while playing so this would not be an issue.
Also understanding that this project with the GUI runs very slowly, and make take time to catch up with clicking.

--Bugs--
There are no known bugs within Project 2.

--Sources--
Needed to look up a source for methods within BattleboatsGUI.java for drawing a rectangle/setting/filling its color
Learned the correct calls to that from this source:
http://www.java2s.com/Code/Java/2D-Graphics-GUI/DrawrectanglesusethedrawRectmethodTofillrectanglesusethefillRectmethod.htm

--------------------------------------------------------------------------------------------------------------------------------------------------
”I certify that the information contained in this README file is
complete and accurate. I have both read and followed the course policies
in the ’Academic Integrity - Course Policy’ section of the course syllabus.”

Morgan Nakonechny

 ”I certify that the information contained in this README file is
complete and accurate. I have both read and followed the course policies
in the ’Academic Integrity - Course Policy’ section of the course syllabus.”

Ava Smith