Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Wuxian authored Sep 12, 2023
1 parent 1cd1a52 commit 0929032
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

0 comments on commit 0929032

Please sign in to comment.