Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 848 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 848 Bytes

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