edXmO / react-game-of-life

:cyclone: John Conway's game of life implementation using ReactJs

Home Page:https://edxmo.github.io/react-game-of-life/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Check also the vanilla Javascript version I made with pure HTML/CSS and Canvas API!

About

:cyclone: John Conway's game of life implementation using ReactJs

https://edxmo.github.io/react-game-of-life/


Languages

Language:JavaScript 88.5%Language:HTML 10.3%Language:CSS 1.1%