/CellAuto

Elementary Cellular Automata in C

Primary LanguageC

Getting Started

Prerequisites

  • C99
  • GNU/G++

Installation

  1. Clone the repo
    git clone https://github.com/orelyehuda/CellAuto.git

Usage

  gcc cell.c
./a.out

or

./a.out '# of generations"

DEMO