Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.73 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.73 KB

Conway's Game of Life

Basic recreation of Conway's Game of Life in NextJS13 + TailwindCSS.

Live version

Conway's Game of Life

How to use locally

$ git clone https://github.com/volinha/game-of-life
$ cd game-of-life
$ npm install
$ npm run dev

Screenshots

** You can edit the cells by clicking on it! **

Techs

Future Updates

  • More Responsivity
  • Save designs
  • Theme changer
  • More known designs

💻 developed with 💖 by Vinícius Fernandes