blogscot / game-of-life-svelte

Conway's Game of Life using Svelte3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life using Svelte

This implementation of Conway's Game of Life was written using Svelte 3.

Running Locally

After downloading the repository install the dependencies using

yarn run install

To run the development version, enter

yarn run dev

Then navigate to localhost:5000. You should see then app running.

View the Demo

Alternatively, you can view the deployed application here, Game of Life.

About

Conway's Game of Life using Svelte3


Languages

Language:HTML 54.3%Language:JavaScript 30.9%Language:CSS 14.8%