Changes

Jump to: navigation, search

Computer Science/61b/Projects/Network/player/Move.java

510 bytes added, 07:33, 22 September 2007
no edit summary
/* Move.java */

package player;

/**
* A public class for holding all the fields in a move. This class is a
* container for data, not an ADT; hence, all fields are public.
*
* The moveKind field stores the type of move. The x-coordinates index the
* horizontal direction (left to right) and the y-coordinates index the
* vertical direction (top to bottom). x- and y-coordinates start at zero.
*
* DO NOT CHANGE THIS FILE.
*/
public class Move {

{{notmine|Jonathan Shewchuk}}
1,277
edits

Navigation menu