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.