teohrt / Cellular-Automata

Wolfram and Conway's Famous Cellular Automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Wolfram and Conway's Famous Cellular Automata

License:MIT License


Languages

Language:C++ 98.8%Language:Makefile 1.2%