1,277
edits
Changes
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}}
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}}