Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
battleship
master
Battleship
GameBoard
Ship
Built with Crystal 1.9.2
2023-10-07 15:26:36 UTC
class
Ship
Ship
Reference
Object
Defined in:
ship.cr
Constructors
.new
Instance Method Summary
#health
: Int32
#hit
#landscape?
: Bool
#size
: Int32
#sunk?
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
health
: Int32
#
[
View source
]
def
hit
#
[
View source
]
def
landscape?
: Bool
#
[
View source
]
def
size
: Int32
#
[
View source
]
def
sunk?
#
[
View source
]