ALapina / Conways-Game-of-Life

Conway's Game of Life

Home Page:https://alapina.github.io/Conways-Game-of-Life/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's 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. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

Demo

https://alapina.github.io/Conways-Game-of-Life/

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the game

  npm run dev

Technologies Used:

About

Conway's Game of Life

https://alapina.github.io/Conways-Game-of-Life/


Languages

Language:TypeScript 80.2%Language:JavaScript 11.9%Language:HTML 5.7%Language:CSS 2.2%