Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelfromyeg/gol
Implementations of Conway's Game of Life in various* programming languages.
https://github.com/michaelfromyeg/gol
conway conways-game-of-life game-of-life
Last synced: 19 days ago
JSON representation
Implementations of Conway's Game of Life in various* programming languages.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/gol
- Owner: michaelfromyeg
- License: other
- Created: 2021-04-18T22:49:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T00:10:27.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:31:01.562Z (8 months ago)
- Topics: conway, conways-game-of-life, game-of-life
- Language: Python
- Homepage: https://michaelfromyeg.github.io/conway-gol/
- Size: 31.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life
Simple implementations of Conway's Game of Life in various programming languages.
Produces a GIF of your simulation to a desired length.
![The GIF output of Conway's Game of Life](./conway.gif)
NOTE: a GUI is needed for development, so Linux on WSL is, at least currently, not an option.
## TODOs
Languages:
- [x] Python
- [ ] Java
- [ ] JavaScript
- [ ] Racket
- [ ] Go
- [ ] Rust
- [ ] ElmFunctionality:
- [ ] Command-line arguments to customize output
## Credit
Starter code and inspiration comes from a CPSC 203 assignment at UBC.