aerfanr / battleship-sdl

Simple battleship game using SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battleship-SDL

Battleship-SDL is a simple implementation of the classic Battleship game in C++ using the SDL2 library.

Screenshot

Installation

  1. Install dependencies: SDL2, SDL2_image, SDL2_ttf.
  2. Build: mkdir build && cd build then cmake . && make
  3. Run: ./battleship

About

Simple battleship game using SDL2


Languages

Language:C++ 89.2%Language:C 7.8%Language:CMake 3.0%