Skip to content

jacobclark192/checkers-p5js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkers-p5js

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;

About

Checkers the game written in p5 js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published