battleship What is it? Battleship is a 2-player board game where players have to guess where their opponent's ships are. How to play? To play, simply compile the main code with gcc and run it. gcc main.c -o battleship && ./battleship