1,278
 edits
Changes
→Gameboard & chips ADT:  -bb – fix parameters for chip methods
 methods:
 // returns the chip's color
 int getColor(Chip c)
 // returns the x coord of the chip
 int getX(Chip c)
 // returns the y coord of the chip
 int getY(Chip c) 
===Changes to MachinePlayer class===
====New fields====