Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 456 Bytes

spider-solitaire

Node.js CI codecov

Yet another solitaire implementation written in typescript.

Prerequisites

  • Node.js v8 or greater

How to

  • build : npm run build
  • run tests : npm run test
  • build in watch mode: npm run watch