Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
- [ ] Elm

Functionality:

- [ ] Command-line arguments to customize output

## Credit

Starter code and inspiration comes from a CPSC 203 assignment at UBC.