bigbass1997 / Games-Of-Life

Multi-visualization of various "Game of Life" simulations using both 2 and 3 dimentional viewing and different rulesets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge

Games-Of-Life

Description
Runs and displays information about various different types of "Game of Life" simulations.
One example of "Game of Life" is Conway's Game of Life which is often displayed in two dimensions.

This program will contain multiple different games of life using different rulesets and in either two or three dimensions. (Sometimes in both)

Note that this program requires Java 8 in order to run.

Sample Images
Images saved using the program's own save feature, that I have found to be good samples of the program's capabilities over the development process can be found here: ALBUM TO BE CREATED SOON

Please note that the .gitignore has an entry to ignore all .png files inside the desktop section of the project. This is to prevent any pictures taken during testing/development to be pushed to the repository.

License
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
License summary and links found in LICENSE.md
Full license found in LICENSE.txt

About

Multi-visualization of various "Game of Life" simulations using both 2 and 3 dimentional viewing and different rulesets.

License:Other


Languages

Language:Java 100.0%