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
GameBoard
GameBoard
Reference
Object
Defined in:
game_board.cr
Constructors
.new
Instance Method Summary
#grid
#place
(x, y, ship)
#shoot
(x, y)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
grid
#
[
View source
]
def
place
(x, y, ship)
#
[
View source
]
def
shoot
(x, y)
#
[
View source
]