Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 437 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 437 Bytes

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.