/The-Game-of-Life

Conway's Game of Life recreated for more modern purposes.

Primary LanguageJava

The Game of Life

A Java-8, cross platform, fully-featured, Game of Life simulator

The Game of Life is a game with a strict set of rules which generates the next generation. I have added more features such as saving one's progress, the ability to insert defined or user created presets, toggling toroidal array, and changing resolution, width, and height of the grid.

Screenshot

Insert

This feature allow the user to insert any pre-made or self made creations. Right clicking will rotate object.

Gif1

Gif2

Saving and Opening

Allows the user to save and open progress when they desire.

Gif3

Toroidal Array

This will allow the grid to loop over itself allowing for interesting creations that may destroy itself.

Gif4

Changing Size and Resolution

Gif5