gameoflife 1.0.0

Conway's Game of Life running in a terminal window
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gameoflife"
description = "Conway's Game of Life running in a terminal window"
version = "1.0.0"
authors = ["Maxwell Anderson <maxwell.brayden.anderson@gmail.com>"]
edition = "2018"
repository = "https://github.com/Maxgy/gameoflife-cli"
license = "MIT"

[dependencies]
crossterm = "0.18"
ctrlc = "3.1"
rand = "0.7"
rayon = "1.0"