Skip to content

vmaksym/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

This is React/Redux implementation of "Game of Life" game.

The application provide a way to:

  1. set up the initial state of the board (X & Y size, position of living cells)
  2. make the simulation progressing (i.e.: "next generation" button, or "start"/"stop" buttons for continuous simulation)

Setup

Install Nodejs. From command line run commands one-by-one:

  • npm install babel webpack webpack-dev-server -g
  • npm install babel-loader babel-core babel-preset-es2015 babel-preset-react
  • npm install

Run npm to start server application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published