Practice with arrays and ArrayList
s in Java, in particular, two-dimensional arrays. More practice with loops and debugging in Java. More practice implementing classes based on a given specification.
In Eclipse, checkout the GameOfLife project from your shared repository for this project:
http://svn.csse.rose-hulman.edu/repos/csse220-201030-life-teamXXwhere
XX
is your team number as given by your instructor.
If you and your partner always work together doing pair programming, then conflicts should not be a problem. (But be sure to ask for help if you get stuck.)
TODO
items in GameOfLife
and GameOfLifeTest
. The items are numbered in the order that you should complete them.
getGliderList()
in GameOfLifeMain
generates a list representing the classic glider formation.
TODO
items are completed.
Remember, in all your code:
Here is the grading rubric for this assignment. |
Turn in your programming work by committing it to your SVN repository for this project.