Skip to content

Phoenix15049/TheGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

TheGameOfLife

Implementation of the simple version of the Game of Life on the web using HTML, CSS and JavaScript

Rules

If the cell is alive, then it stays alive if it has either 2 or 3 live neighbors. If the cell is dead, then it springs to life only in the case that it has 3 live neighbors.

Online

You can use the link below to try the online version of the game.

https://codepen.io/mohammadreza-yadollahy/full/vYQVwJx

About

Implementation of the simple version of the Game of Life on the web using HTML, CSS and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors