Skip to content

AgentKyt/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

A React implementation of Conway's Game of Life.

Getting Started

  1. Install dependencies:

    npm install
  2. Start server:

    • Dev server (recomended max grid 200x100):
    npm run dev
    • Prod server (recomended max grid 250x250):
    npm run start

    or

    npm run build
    npm run preview
  3. Open http://localhost:5173 / http://localhost:4173 in your browser.

About

A React implementation of Conway's Game of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors