Skip to content

jibon0070/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

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:

  1. Open a terminal and pest the command below and press enter
    git clone https://github.com/jibon0070/game-of-life.git
  2. cd game-of-life
  3. # Skip if you already installed live-server globally
    npm i -g live-server
  4. live-server
  5. Modify the code and use it as your own application
  6. Happy coding 🙃

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published