Skip to content

Generative Application where the cells of the grid come to life or become dead according to certain rules.

Notifications You must be signed in to change notification settings

aparna0522/Game-Of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game-Of-Life

Game Of Life is a Generative Application where the cells of the grid(canvas) come to life or become dead according to certain rules which are stated as follows:

  1. Any live cell with fewer than two neighbors dies.
  2. Any live cell with two or three live neighbors lives on to the next generation.
  3. Any live cell with more than three live neighbors dies, as if by overcrowding.
  4. Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.

This project extensively uses DOM, JavaScript. HTML5 and CSS3 were used for canvas designing.


Project Reference:
Udemy Course : https://www.udemy.com/course/build-the-game-of-life/

About

Generative Application where the cells of the grid come to life or become dead according to certain rules.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published