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: 3 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T00:10:27.000Z (about 4 years ago)
- Last Synced: 2025-02-08T12:13:58.765Z (5 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.

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.