- Visualizing Conway's Game of Life Through Time https://silasmarvin.dev/conways-game-of-life-through-time 5 comments programming
- Visualizing Conway's Game of Life Through Time with Bevy https://silasmarvin.dev/conways-game-of-life-through-time 11 comments rust
- Play Conway's Game of Life Through Time with Bevy https://silasmarvin.dev/play-conways-game-of-life-through-time 3 comments rust
- My compile-time Conway's Game of Life, metaprogrammed in C++11 https://github.com/sirgal/compile-time-game-of-life 54 comments programming
- I made a real-time, multiplayer version of Conway's Game of Life with Node.js/Socket.IO. http://lifecompetes.com/ 9 comments javascript
- 3D implementation of Conway's Game of Life in web browser, configurable in real-time, with a lot of features (save/load world state, randomize neighbor cells with adjustable probability, toggle any cell state or change rules anytime, step manually or automatically with adjustable speed, and more) https://marianpekar.github.io/game-of-life-threejs/ 8 comments math