Agne-stat / GameOfLife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

This is a simple simulation of Conway's Game of Life.

How to Run

Simply run npm install then npm start. A webpage will show in the browser. Click the board to setup the initial state, or use Random button to randomize the board. Then click "Run" button to see the iterations.

About


Languages

Language:JavaScript 87.3%Language:HTML 9.8%Language:CSS 2.9%