Everyone should work with one lab partner on this assignment.
The goals of this lab are to help you (1) see what your classmates were able to do with the Battleship assignment and (2) become acquainted with the MouseListener interface and MouseAdapter class.
At the start of the lab, make your Battleship program available on an unused computer near where you are sitting. During the course of the lab, find five Battleship programs other than your own. With each program, play it twice and then quit. You do not need to look at the underlying code.
For each of the five programs that you play, write down the following. Each evaluation is worth 1 point.
Take the lecture code that was finalized on Monday, January 30th and copy it into a BlueJ project named Lab3.
Modify the code so that in addition to its current functionality, it also keeps track of every spot where the mouse is clicked. In each spot where the mouse was ever clicked, a 10 by 10 yellow circle should be drawn.
E-mail your final code and Battleship evaluation to your lab TA in one message with the following subject: CS 221-xx inlab3 name1, name2. The xx is the number of your lab section.
Delete the BlueJ project that you created. Empty the recycle bin. Thank you.