Skip to content

Releases: Letsplaybar/GameOfLife-UI

GameOfLife

09 Nov 20:17
Compare
Choose a tag to compare

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

Autoplay optionally added, is activated by activating the button

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.

GameOfLife-UI

09 Nov 18:13
Compare
Choose a tag to compare

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

Added randomized initiation as a button

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.

GameOfLife

27 Sep 13:47
Compare
Choose a tag to compare

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

spelling mistake fixed

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.

GameOfLife

27 Sep 13:33
Compare
Choose a tag to compare

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

This UI render Problem are fixed.

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.

GameOfLife-UI

27 Sep 11:33
Compare
Choose a tag to compare
GameOfLife-UI Pre-release
Pre-release

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

This UI have little render problems on too big playing fields. I will try to fix this.

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.