Game of Life
The "Game of Life" simulates the life of certain organisms.
An empty cell with exactly 3 (of 8 possible) living neighbors will come alive.
A living cell with less than 2 or more than 3 living neighbors will die.
For comparison reasons, you can run my code ~jmache/cs1/Life.class or just
click
on this link.
You get brownie points if your matrix "wraps around".