The Game of Life
Coding Challenge #85
In this coding challenge, I attempt to code Conway’s Game of Life cellular automata simulation in JavaScript using the p5.js library.
Community Contributions
- Game of Life by Alexandru Nastase (Source Code)
- Game of Life: editable grid by Knut Jackowski (Source Code)
- Colorful Game of Life by Jamie McCrory (Source Code)
- The Greg of Life by Greg Kreisman (Source Code)
- React.js Game of Life by Fi Graham (Source Code)
- Life Game Canvas by Ryosuke Osaki (Source Code)
- Game of Life in C by Thomas Weichhart (Source Code)
- Conway's Game of Life in ReactJS by Saswat Dash (Source Code)
- Game of Life with Terminal Commands by Andrew Y (Source Code)
- Photo to cellular automata by Lenoir Christopher (Source Code)
- Yet Another Life (in ps.js using sparse arrays) by Rick Sidwell (Source Code)
- Game of Life with vanilla JS by Shekhar Tyagi (Source Code)
- HoneyBee's Game of Life (With React) by Melissa Longenberger (Source Code)
- Conway's Game of Life Step by Step (With p5.js) by Stéphane Roncin (Source Code)
- Simple Game of Life by UnOriginalPun (Source Code)
- Game of Life With Patterns by HoangTran (Source Code)
- Game Of Life with Additional Controls by Anton Slavin (Source Code)
- Game Of Life more object oriented by Loïc Rico (Source Code)
- John Conway's Game of Life Simulation by Aditya D.S. (Source Code)
- Conway's Game of Life with user interactions! by Sungyoung Kim (Source Code)
- Conway's Game of Life in Pygame Python by Pathik Ghugare (Source Code)
- A C implementation that runs in browser by Imtiaz Kabir (Source Code)
- Game of Life - Editable, Playable and with brief info by Ayush Koul (Source Code)
- Game of Life : Customizable grid by Ashwath (Source Code)
- LÖVE Game of life playground by vinnyI-afk (Source Code)
You can also add your own version! (See how)