Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 390 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 390 Bytes

Battleship

The objective is to code a terminal version of the classic Battleship game. The game must be playable in two different terminals and only use signals to communicate from the host (player_1), to the joiner (player_2). The game should display the positions of the players, and at the end, it should display the winner of the game.

Use "./Battleship -h" for further information.