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

https://github.com/priyavkaneria/experiments-with-game-of-life

Experiments on Conway's game of life
https://github.com/priyavkaneria/experiments-with-game-of-life

conways-game-of-life experiments isometric rust wasm

Last synced: 2 months ago
JSON representation

Experiments on Conway's game of life

Awesome Lists containing this project

README

          

# Experiments with conway's game of life and cellular automata

Check out the live demo [here](https://gol.priyavkaneria.com/)

> Root cause (most interesting idea) - Conway's game of life on an N sided plane ([check out 3 sided one](https://gol.priyavkaneria.com/isometricgol2D))

Implemented experiments:

- 2D
- [Conway's Game of Life 2D](https://gol.priyavkaneria.com/conwaysgol2D)
- [Conway's Game of Life 2D [Using Rust + WASM (WebAssembly)]](https://gol.priyavkaneria.com/conwaysgol2D-wasm)
- [Game of Life in Rhombic 2D Grid](https://gol.priyavkaneria.com/rhombicgol2D)
- [Game of Life in Isometric 2D Grid](https://gol.priyavkaneria.com/isometricgol2D)

- 3D
- [Conway's Game of Life 3D](https://gol.priyavkaneria.com/conwaysgol3D)
- [Quantum Computing Automata](https://gol.priyavkaneria.com/qcautomata)