Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

1. This is checkers.
2. White goes first.
4. The only way to win is by killing all of the other players pieces.
    0   1   2   3   4   5   6   7 
  - - - - - - - - - - - - - - - - -
0 |   | w |   | w |   | w |   | w | 
  | - + - + - + - + - + - + - + - |
1 | w |   | w |   | w |   | w |   | 
  | - + - + - + - + - + - + - + - |
2 |   | w |   | w |   | w |   | w | 
  | - + - + - + - + - + - + - + - |
3 |   |   |   |   |   |   |   |   | 
  | - + - + - + - + - + - + - + - |
4 |   |   |   |   |   |   |   |   | 
  | - + - + - + - + - + - + - + - |
5 | b |   | b |   | b |   | b |   | 
  | - + - + - + - + - + - + - + - |
6 |   | b |   | b |   | b |   | b | 
  | - + - + - + - + - + - + - + - |
7 | b |   | b |   | b |   | b |   | 
  - - - - - - - - - - - - - - - - -
Put in your input as curRow, curCol, newRow, newCol. Eg. is you want to move your piece from 5, 0 to 4, 1 then you would put in (5, 0, 4, 1)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages