Skip to content

An Implementation to play the famous algorithm Game of Life with UI

License

Notifications You must be signed in to change notification settings

Letsplaybar/GameOfLife-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

An Implementation to play the famous algorithm Game of Life.
You can save your progress of the Game and load him back to continue to your Game.


If you run the jar on the console you can determine how many cores should use the application.
This is done with: -DNUMBER_OF_PROCESSORS.
Otherwise, the program takes all the cores that the computer has.
Consider the fewer cores are available, the longer it takes the calculation of a generation.