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
- Host: GitHub
- URL: https://github.com/s0rg/cellular
- Owner: s0rg
- License: mit
- Created: 2023-08-04T18:25:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:52:08.000Z (over 1 year ago)
- Last Synced: 2025-01-18T05:31:04.381Z (9 months ago)
- Topics: cellular-automata, generic, golang-library
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/s0rg/cellular)
[](https://github.com/s0rg/cellular/blob/master/LICENSE)
[](go.mod)
[](https://github.com/s0rg/cellular/tags)[](https://github.com/s0rg/cellular/actions?query=workflow%3Aci)
[](https://goreportcard.com/report/github.com/s0rg/cellular)
[](https://codeclimate.com/github/s0rg/cellular/maintainability)
[](https://codeclimate.com/github/s0rg/cellular/test_coverage)
# 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.