https://github.com/mkubala/rust-gol
A simple implementation of the Conway's game of life.
https://github.com/mkubala/rust-gol
piston rust rust-lang
Last synced: 19 days ago
JSON representation
A simple implementation of the Conway's game of life.
- Host: GitHub
- URL: https://github.com/mkubala/rust-gol
- Owner: mkubala
- License: mit
- Created: 2017-10-16T19:58:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T20:25:45.000Z (about 8 years ago)
- Last Synced: 2025-01-18T06:49:30.532Z (12 months ago)
- Topics: piston, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-gol
This is my very frst [Rust](https://www.rust-lang.org) app: A simple implementation of [the Conway's game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).