Skip to content

Commit

Permalink
Add recording
Browse files Browse the repository at this point in the history
  • Loading branch information
katyanna committed Feb 23, 2021
1 parent 194b334 commit 5439a93
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# gameoflife
=======
"Conway's Game of life was created in 1970 by a British mathematician called John Conway. John Conway
extended the work of John von Neumann who had created a machine that operated on a board that could
create copies of itself. The rules that Neumann's machine operated under were much more complicated
than the rules in Conway's Game of Life.
The game of life become very famous soon after it's creation. Many become fascinated by the fact that
the very simple rules that the cells operate under could create order out of chaos and that so
complicated patterns could evolve. When home computers become popular soon after the game was
published, a lot of implementations become available and the game become a popular screen server."

"Conway's Game of life was created in 1970 by a British mathematician called John Conway. John Conway extended the work of John von Neumann who had created a machine that operated on a board that could create copies of itself. The rules that Neumann's machine operated under were much more complicated than the rules in Conway's Game of Life.
The game of life become very famous soon after it's creation. Many become fascinated by the fact that the very simple rules that the cells operate under could create order out of chaos and that so complicated patterns could evolve. When home computers become popular soon after the game was published, a lot of implementations become available and the game become a popular screen server."
Source: (https://conwaysgameoflife.appspot.com/)

## Run with
```gcc -std=c99 main.c; ./a.out```
## Run it locally
```bash
gcc -std=c99 main.c; ./a.out
```

## Demo
<img align='center' src='https://giphy.com/gifs/BBEuCDf4dIKHTLKlsH' width='500"'>
Binary file added game_recording.mov
Binary file not shown.

0 comments on commit 5439a93

Please sign in to comment.