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
- Host: GitHub
- URL: https://github.com/priyavkaneria/experiments-with-game-of-life
- Owner: PriyavKaneria
- License: apache-2.0
- Created: 2024-08-15T09:47:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-04T17:29:30.000Z (about 1 year ago)
- Last Synced: 2025-04-07T01:51:23.146Z (6 months ago)
- Topics: conways-game-of-life, experiments, isometric, rust, wasm
- Language: TypeScript
- Homepage: https://gol.priyavkaneria.com
- Size: 744 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)