Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frafra/brutegol
Bruteforce Conway's "Game of Life"
https://github.com/frafra/brutegol
brute-force game-of-life rust
Last synced: about 1 month ago
JSON representation
Bruteforce Conway's "Game of Life"
- Host: GitHub
- URL: https://github.com/frafra/brutegol
- Owner: frafra
- License: gpl-3.0
- Created: 2017-08-29T22:54:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T04:04:18.000Z (about 2 years ago)
- Last Synced: 2024-10-13T19:07:57.647Z (3 months ago)
- Topics: brute-force, game-of-life, rust
- Language: Rust
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brutegol
Bruteforce Conway's "Game of Life": look for repetitions.[![Build Status](https://travis-ci.org/frafra/brutegol.svg?branch=master)](https://travis-ci.org/frafra/brutegol)
[![Coverage Status](https://coveralls.io/repos/github/frafra/brutegol/badge.svg?branch=master)](https://coveralls.io/github/frafra/brutegol?branch=master)