phoenix16t / game-of-life

A simple Game of Life implementation - https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Of Life

Live View

See the code run live in Codepen

Getting Started

Just download the project

git clone https://github.com/phoenix16t/game-of-life

Installing

Open the project directory and install dependencies

cd game-of-life
npm install

Once the dust has settled, run the code

npm start

This will run the build and serve the project on localhost:3000

Versioning

Version Update
1.0.2 Updating webpack, switching to arrow functions
1.0.1 Small updates
1.0.0 Adding dropdown and more players - MVP
0.0.5 Adding animation
0.0.4 Adding player to game field
0.0.3 Added basic react rendering
0.0.2 Added basic layout
0.0.1 Initial commit

About

A simple Game of Life implementation - https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life


Languages

Language:JavaScript 92.5%Language:CSS 3.8%Language:HTML 3.8%