-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.