Skip to content

NWCalvank/conway

Repository files navigation

Conway's Game of Life

A basic implementation of Conway's Game of Life, written as a Web Component for fun.

To run it, install serve and then run:

serve .

Navigate to http://localhost:3000

To run tests, install the dependencies (npm i) and then run:

npm test

This will check types and run the unit tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published