Skip to content

An implementation of Conway's game of life using java, and reading the start configuration from an image.

Notifications You must be signed in to change notification settings

llp0702/Game_of_life_implementation_on_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game_of_life_implementation_on_java

An implementation of Conway's game of life using java, and reading the start configuration from an image.

To run the project, you must need a JRE on your computer.

To excecute the project, you must go to the directory PROJECT_LOCATION/GameOfLife/out/production/GameOfLife/sample/ then excecute the command "java Main"

You'll see a window, then edit the number of columns, number of lines, number of generations and choose the image to consider (you can get any image from web, and i putted some examples on the project directory with the dimension of each image in it's name).

About

An implementation of Conway's game of life using java, and reading the start configuration from an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages