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:
- Any live cell with fewer than two neighbors dies.
- Any live cell with two or three live neighbors lives on to the next generation.
- Any live cell with more than three live neighbors dies, as if by overcrowding.
- 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/