Branch from https://gitlab.ics.uci.edu/ai-projects/Checkers_Student.git Current Version: 1.1.0.11052019
Fixed a bug in python shell that Board parameter should be (col,row) instead of (row,col)
Fixed java copy constructor
Fixed cpp/java undo function causing the wrong attributes of checkers.
Fixed cpp/java undo black counter and white counter.
Fixed java undo function (equal problem)
Make counters in cpp/java/python more stable.
Added a new feature (cpp/java/python): "self play mode" which can be used to debug more efficiently.