To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorPractice-game-of-life
Practice Game of Life
Code Retreat w/ Corey Haines
- honing the craft together
Coderetreat is a day-long, intensive practice event, focusing on the fundamentals of software development and modular design, primarily the 4 Rules of Simple Design:
- Tests Pass (green)
- Reveal Intent (good names)
- No Duplication (DRY)
- Small
Wikipedia: Conway's Game of Life
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.
Topics
- Documentation
- Evolving a living cell
- Evolving a dead cell
- Evolving a grid with some cells in it
- Cell configurations that are static
- Evolving a grid over multiple generations
Last published almost 7 years ago by esambo.