Open main menu

lensowiki β

Changes

Computer Science/61b

190 bytes added, 02:53, 29 October 2006
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===
1,277
edits