Skip to content

digitalie/training-js-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

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, or, for advanced "players", by creating patterns with particular properties.

-- Wikipedia

You can find description of what is happening in the game here: https://fiftyexamples.readthedocs.io/en/latest/life.html

What to do

Implement "Game Of Life" algorithm in CycleOfLife.js file.

Setup

  1. Fork/Clone the repository
  2. Run npm install in repository root to install all required dependencies
  3. Run npm run watch to build your code
  4. Implement the algorithm and test it in your browser by opening build/index.html file

Prerequisites

  • Basic knowledge of programming
  • Installed Git
  • Installed Node.js and NPM

Acknowledgements

The cell image was originally taken from Nature Education article.

About

Training exercise: build algorithm for Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published