blob: cb684cca358ac88681c001b28a4fcc461da50b28 (
plain) (
blame)
1
2
3
4
5
6
|
# Game of Life
A repo that includes a different implementations for [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
in the following languages
- [Ruby](./CLI/ruby) [](https://gitlab.com/a14m/game-of-life/-/commits/master)
|