/Wolfram

Epitech project : Functional Programming

Primary LanguageHaskellMIT LicenseMIT

Wolfram

Wolfram's elementary cellular automaton in the terminal.

Build

Makefile

$> git clone https://github.com/Harmos274/Wolfram
$> cd Wolfram
$> make

How to use it ?

$> ./wolfram --rule [30 | 90 | 110] [ARGUMENTS]
Argument Default Value Explanation
--start 0 Select the first line to be displayed
--lines 1000000 The number of lines to be displayed.
--window 80 The width of every lines.