Skip to content

teohrt/Cellular-Automata

Repository files navigation

License: MIT

Cellular-Automata

This is a C++ CLI implementation of Wolfram's and Conway's famous cellular automata. It can take user input for different rulesets used for Wolfram's Elementary CA. It can also observe generations of "Conway's Game of Life" from the initial state files provided.

How to Use

These directions will assume you are using a unix or unix-like environment.

Prerequisites

  • gcc
  • make

Installing and running

After navigating to the downloaded repository, run the command:

make

An executable binary named "automata" will appear.

To execute the file, run the command:

./automata

Relevent Info