An open API service indexing awesome lists of open source software.

https://github.com/s0rg/cellular

Generic cellular automata for golang
https://github.com/s0rg/cellular

cellular-automata generic golang-library

Last synced: 7 months ago
JSON representation

Generic cellular automata for golang

Awesome Lists containing this project

README

          

[![PkgGoDev](https://pkg.go.dev/badge/github.com/s0rg/cellular)](https://pkg.go.dev/github.com/s0rg/cellular)
[![License](https://img.shields.io/github/license/s0rg/cellular)](https://github.com/s0rg/cellular/blob/master/LICENSE)
[![Go Version](https://img.shields.io/github/go-mod/go-version/s0rg/cellular)](go.mod)
[![Tag](https://img.shields.io/github/v/tag/s0rg/cellular?sort=semver)](https://github.com/s0rg/cellular/tags)

[![CI](https://github.com/s0rg/cellular/workflows/ci/badge.svg)](https://github.com/s0rg/cellular/actions?query=workflow%3Aci)
[![Go Report Card](https://goreportcard.com/badge/github.com/s0rg/cellular)](https://goreportcard.com/report/github.com/s0rg/cellular)
[![Maintainability](https://api.codeclimate.com/v1/badges/7c0d24536fc024f43d7c/maintainability)](https://codeclimate.com/github/s0rg/cellular/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/7c0d24536fc024f43d7c/test_coverage)](https://codeclimate.com/github/s0rg/cellular/test_coverage)
![Issues](https://img.shields.io/github/issues/s0rg/cellular)

# cellular

Generic [cellular automata](https://en.wikipedia.org/wiki/Cellular_automaton) library for golang.

# features

- simple and flexible API
- 100% test coverage

# example

see [example code](_example/main.go)

You can run it with `go run _example/main.go` to see results.