blob: e520f4d21e000186497bcddd48f1b596752e62ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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

[](https://builds.sr.ht/~a14m/game-of-life?)
[](https://git.sr.ht/~a14m/game-of-life/tree/master/LICENSE.md)
- [Ruby](./CLI/ruby/README.md) [](https://badge.fury.io/rb/terminal_game_of_life)
- [Rust](./CLI/rust/README.md) [](https://crates.io/crates/terminal_game_of_life)
|