COSC 122 Programming II
In this project you will implement Conway's Game of Life.
- Teams
This is group project. You may freely exchange ideals and distribute work among team members. The finished product will include an oral presentation by all the team members.
- Task.
Write a Java program that plays Conway's game of Life
like the one demonstrated in class. (See
Wikipedia for more
information about Life.)
Your program should support a 60 rows x 80 column Life
playing surface. Allow the user to select live cells with
the mouse and then begin the simulation with a keystroke.
The user should be able to start, stop, and clear the game
with keyboard input. Display the grid lines on your
playing surface.
- Check out
Your finished program will be evaluated for correctness and compliance. It must be complete by Wednesday, June 27, 2012. On that day your team will do an oral presentation about your project's design and implementation details