Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 347 Bytes

File metadata and controls

20 lines (13 loc) · 347 Bytes

Next Game of Life

Implementation of Conway's Game of Life as a web application using the Next.js Framework.

To Run

First, install npm packages:

npm i

Then run development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Screenshot