Skip to content

GuillaumeMunsch/react-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-game-of-life

A simple game of life made with React, Typescript. The game is drawn with a simple canvas tag

What is a "Game of life"

A Game of life is a simple game based on cells who are born, survive or die. Wiki.

Gameplay

To launch this game of life, you have two solutions.

  • Download this repository, npm install and npm start
  • Visit this page

To play, you can either click on the cells you want to start with, of randomly fill the board with cells. Each turn's time and the cell's size are editable. When you're read, just press Start.

Example

Screenshot