Skip to content

s-hoviegar/conway-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

John Conway Game Of Life (Cellular Automaton)

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.
It is Turing complete and can simulate a universal constructor or any other Turing machine.

Refrences

1. Conway's Game of Life
2. Let’s BUILD a COMPUTER in CONWAY's GAME of LIFE ⠠⠵

Installing dependencies

To install dependencies you should first install node.js. After that in the main directory run npm install and wait until all the packages are installed.

Running the game

Simply run npm start to run a development instance on the localhost:3000 and test it.

Building the game

By running npm build you could easily create a build of this project.

About

A zero player game, cellular automata, made by John Conway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published