Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 369 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 369 Bytes

checkers

A simple checkers game. Play it here. How to play.

A minified HTML file is available under the releases tab, or you could minify it yourself (currently only works on windows, sorry):

  1. Clone this repo
  2. run npm install (requires node.js)
  3. run npm run pack