/**
 * CS1101 Lab 05 Ex 1: Tile.java
 *
 * <fill in your discussion group here>
 *
 * This class represents a tile object.
 **/

public class Tile
{
    /*
     *  You may choose to use this class or not.
     */
}


