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