Skip to content

MBarni458/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

Description

Default game

The Game of Life is a simulation program. It visualizes the life of cells. They can reproduce and die. Before the first run the user can select tiles. These tiles have cells on them. In the basic game if a tile has at least 3 living cells next to them, a cell will be born on it. It will live 3 tick and if it doesn't have any living neighbour it will die.

Customize your game

Later the Game of Life has a lot of different variants. This program let you try all of them. The user can set:
-The lifetime of the cells
-The time a cell needs to be born
-The number of parents they need
-The shapes of the map

Using technologies

-The main code is written by java
-The framework for the visualization is SwingUI
-The configuration files are in JSON format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages