diff --git a/README.md b/README.md index 9ab7ba6..f6999da 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # GOL repository -A Solution to the Game Of Life (GOL) problem +A CPP implementation of the Game Of Life (GOL) problem with R as a visualizer. + +![](./Random/Random.gif) + # running cmd : In a shell use the following command: ```sh @@ -10,4 +13,3 @@ User@My-Linux-Desktop:~$ cd ~/GOL/ && make help - g++ as c++ compiler (std17) - R used to plot the GOL state -![](./Random/Random.gif)