The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input.
You can play this game at http://devon.shonirakhra.com/game-of-life
If you want to get this game locally and modify to your own, you can follow the instructions below:
- Open a terminal and pest the command below and press enter
git clone https://github.com/jibon0070/game-of-life.git
-
cd game-of-life
-
# Skip if you already installed live-server globally npm i -g live-server
-
live-server
- Modify the code and use it as your own application
- Happy
coding
🙃