Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzpi/conway
https://github.com/jazzpi/conway
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jazzpi/conway
- Owner: jazzpi
- Created: 2018-04-03T22:14:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T09:52:53.000Z (over 6 years ago)
- Last Synced: 2024-11-03T12:28:55.117Z (2 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Conway's Game of Life
This is (not yet) a multi-threaded implementation of [[https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life][Conway's Game of Life]] in
Rust. The main purpose is to teach myself some Rust, so the code quality might
be quite subpar.