Skip to content

tompascall/gol-ts-tdd

Repository files navigation

Game of Life with typescript and tdd

Implementation of Conway's Game of Life

Building the repo

npm run build

Type checking the repo

npm run type-check
npm run type-check:watch

Create bundle

npm run bundle

Testing (using jest)

npm test
npm test:watch

Demo

npm run bundle
node dist/app.bundle.js

About

GameGame of life with typescript and tdd

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published