conlife 0.1.4

Backend-only implementation of Game of Life with minimal dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
categories = ["data-structures", "simulation", "games"]
description = "Backend-only implementation of Game of Life with minimal dependencies"
edition = "2021"
keywords = ["life", "game-of-life", "game_of_life", "gol", "game"]
license = "AGPL-3.0-only"
name = "conlife"
readme = "README.md"
repository = "https://github.com/christofferaakre/conlife"
version = "0.1.4"