Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardxyz committed Jun 3, 2021
1 parent cbd9c8a commit 1bb0262
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ConwaySDL
Learning some SDL2
# Conway's Game of Life in SDL2

Give 2 arguments: first is update rate in ms, second is % chance to fill a given cell.
![conway gif](conway.gif)

The program takes 2 arguments:

First is ms refresh rate

Second is % chance to fill each cell

Example: ./conway 100 30

Binary file added conway.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bb0262

Please sign in to comment.