Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 451 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 451 Bytes

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