项目作者: Viraj-Rana008

项目描述 :
Enough of Life, lets play with Life!
高级语言: JavaScript
项目地址: git://github.com/Viraj-Rana008/Game-Of-Life.git
创建时间: 2021-06-14T09:22:59Z
项目社区:https://github.com/Viraj-Rana008/Game-Of-Life

开源协议:

下载


Game-Of-Life

You live! by the Rules. You die! by the Rules.
Playing the game of Life in a virtual environment.

Rules of Life

  • Less than 2 neightbours —-> You die of underpopulation
  • More than 3 neighbouts —-> You die of overpopulation
  • 3 neighbours —-> You are born !!

How to Play

  • Run code on p5.js Web editor
    OR
  • Run on editor using p5.js library

More details of the Game :
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life