/conways-game-of-life

My implementation of Conway's Game of Life in Typescript & React

Primary LanguageTypeScript

Introduction

Conway's Game of 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.

Live Demo

Tech

Tool Description
React JavaScript library for building user interfaces
Typescript JavaScript with syntax for types
Tailwind CSS A utility-first CSS framework

How to run

yarn install

yarn start