Skip to content

one23four56/checkers

Repository files navigation

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