Datasets:

ArXiv:
License:
denisko's picture
cnanged dir structure and removed features file
3e77472
raw
history blame contribute delete
165 Bytes
//Csaba
package battleship.Logic;
/**
*
* @author Csaba
*/
public enum CellStatus {
Empty,
EmptyHit,
NearShip,
Ship,
ShipHit,
ShipSunk
}