1,277
edits
Changes
m
-bb – fix heading levels
==Project 2 modules==
Members: Paul, -bb; Andrew, -fe; Jordan, -er <!-- borokhov, vo, berk -->
===Gameboard & chips ADT===
/* Paul can do this - it's a essentially a copy from the Oceans project, so it's quick */
// Gameboard abstract data type
int getY(Chip c)
===Changes to MachinePlayer class=======New fields====
int color
int depth
Gameboard board
====Methods====
/* Andrew? */
// generates an array of Gameboards of all the possible moves from the current Gameboard g for a given player. returns an array of Gameboards