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):
- Clone this repo
- run
npm install
(requires node.js) - run
npm run pack