Skip to content

A simple Conway's Game of Life implementation in React.

Notifications You must be signed in to change notification settings

Laruxo/game-of-life

Repository files navigation

Game of Life

A simple Conway's Game of Life implementation in React.

Features

  • Play/Pause the game
  • Changing grid size
  • Changing game speed
  • Drawing on the grid
  • Saving/Loading grid

Running the project

  • Run dev environment
npm run start
  • Build app for production
npm run build
  • Lint code with ESLint
npm run lint
  • Run tests
npm run test

About

A simple Conway's Game of Life implementation in React.

Topics

Resources

Stars

Watchers

Forks

Languages