The goal of this project (made in C) is to implement Wolfram's elementary cellular automaton and the famous Game of life. All Wolfram's rules are implemented (from 0 to 255). Wolfram's cells are given as input for the game of life.
This project requires csfml version 2.5
Build with Makefile
make
./gol [rule]
rule: the ruleset to use (default value is 30).