Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 906 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 906 Bytes

cellular_automata

Simulates cellular automata systems.

example workflow Coverage Branches

Description

A simulator for cellular automata systems. Created as a way to experiment with newer Java features and development techniques. Currently supports Conway's Game of Life and other Life-like cellular automata. Cells outside of the viewable field are considered dead.

Features

  • Create patterns.
  • Run patterns.
  • Save patterns.
  • Load patterns.

Setup

  1. Install Java SE 16+.
  2. Install Gradle.