Battleship-SDL Battleship-SDL is a simple implementation of the classic Battleship game in C++ using the SDL2 library. Installation Install dependencies: SDL2, SDL2_image, SDL2_ttf. Build: mkdir build && cd build then cmake . && make Run: ./battleship