Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjohnst committed Mar 18, 2021
1 parent 7210934 commit a62c0c2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

Welcome! This repo will quickly get you started with writing tests and solving some katas!

Conways Game of Life Rules:
# Setup

Everything works with built in Ruby! Just run:

```
ruby code.rb
```

# Conways Game of Life Rules:

1. Any live cell with fewer than two live neighbours dies, as if by underpopulation.
2. Any live cell with two or three live neighbours lives on to the next generation.
Expand Down

0 comments on commit a62c0c2

Please sign in to comment.