/checkers-js

Checkers. In JavaScript.

Primary LanguageTypeScript

  • Init: npm install
  • Develop: npm start, open http://localhost:8080
  • Build: npm run build, serve from index.html (web workers don't work with file:// URLs)
  • Test: npm test