Skip to content

crafaelgil/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Java implementation of the well known Conway's Game of Life that supports alive cell selection via cursor selection as well as manual and automatic reproduction of the game.

Usage

Execute the following command to clone the source code and open the folder called Game-of-Life.

git clone git@github.com:crafaelgil/Game-of-Life.git

Then, inside the src directory, execute the following two commands:

javac -cp . lifegame/*.java

java -cp . lifegame/Main

This will compile the code and run the main window. To create a new game simple click on the New Game button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages