The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.We will make this gama with java as a practice.
The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves or, for advanced players, by creating patterns with particular properties.
-Wikipedia Conway's game of life
Download things we need for the Swing
We will make the game with Swing. To use Swing, we need to prepare some things. At first, run your Eclipse.Click "Help" and then "Install New Software"
In the below box, find "General Purpose Tools".
Inside the General Purpose Tools, find Swing Designer and Swing Designer Documentation and check both of them.
Then click next.You will see this display:
Just click "next" again.
Now you will see this:
After finishing the download, you need to restart the Eclipse. When you finish restarting, now you can use SwingDesigner.