Need to implement a naval battle game, does anyone have the source? How best to implement it? Array or table? For course you need.

  • one
    Add the required programming language to the label! - Palmervan

1 answer 1

Console sea battle .

It is easier to implement with a table, that is, a two-dimensional array, since this more naturally corresponds to the topology of the problem.