1,277
edits
Changes
→Gameboard & chips ADT: -bb – +checked states for chips
// returns the y coord of the chip
int getY()
// returns the '''checked''' state of the chip (used for network detection)
boolean Checked()
// sets the '''checked''' state of the chip to '''newval'''
void setChecked(boolean newval)
===Additional methods in Gameboard class===