summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1c81c0998e8e189a6f198c8f550423c96ec6d459 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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

[![builds.sr.ht status](https://builds.sr.ht/~a14m/game-of-life.svg)](https://builds.sr.ht/~a14m/game-of-life?)
[![license](https://img.shields.io/badge/license-MIT-brightgreenA)](https://git.sr.ht/~a14m/game-of-life/tree/master/LICENSE.md)

### [Ruby](./CLI/ruby/README.md) [![Gem Version](https://badge.fury.io/rb/terminal_game_of_life.svg)](https://badge.fury.io/rb/terminal_game_of_life)
### [Rust](./CLI/rust/README.md) [![Crate_version](https://img.shields.io/crates/v/terminal_game_of_life.svg)](https://crates.io/crates/terminal_game_of_life)