Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 1.54 KB

README.md

File metadata and controls

69 lines (57 loc) · 1.54 KB

Wolfram Epitech

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Documentation

About The Project

The goal of this project is to implement Wolfram’s elementary cellular automaton in the terminal.

Built With

Getting Started

Prerequisites

If you don't already have Ghci, you need to install it.

  • ghci
    sudo dnf install haskell-platform

Installation

  1. Clone the repo
    git clone [email protected]:DamienMERCIER/Wolfram.git
  2. Install Ghci if you have not already done it
    sudo dnf install haskell-platform

Usage

  1. Compile
    make
  2. test it !
    ./wolfram --rule 90 --lines 20 --start 100

Documentation

For more examples, please refer to the Documentation
If you don't know anything about Haskell you can start here