Checkers the game written in p5 js
Download everything and open checkers/index.html to run game
To change the "difficulty" level, go into checkers.js and change the DIFFICULTY value. (Use 1-4)
You can set different starting boards for testing by changeing the GAME variable to one of the constants listed below it ie:
const STANDARD_GAME = 0; const CHECK_JUMP = 1; const CHECK_EXPOSED = 2; const CENTER_PIECES = 3; const DOUBLE_JUMP = 4;