From 092903295ff243e0c1f7792a417feab4491f1cde Mon Sep 17 00:00:00 2001 From: ZushiWuxian <35729070+W-Wuxian@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:58:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)