Skip to content

An interactive tool that simulates Conway's Game of Life, a cellular automaton: a set of cells that evolve over time based on a set of rules.

License

Notifications You must be signed in to change notification settings

ljh-c/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

An interactive tool that simulates a cellular automaton: a set of cells that evolve over time based on a set of rules.

Tech

  • React
  • JavaScript
  • Canvas API
  • Material UI

Getting Started

  1. Install dependencies
npm install
  1. Run the app in development mode
npm start
  1. Open http://localhost:3000 to view it in the browser

About

An interactive tool that simulates Conway's Game of Life, a cellular automaton: a set of cells that evolve over time based on a set of rules.

Resources

License

Stars

Watchers

Forks