An open API service indexing awesome lists of open source software.

https://github.com/denyskryvytskyi/battleship

2D SFML game (my first game ever made)
https://github.com/denyskryvytskyi/battleship

2d 2d-game battleship cpp game game-development sfml sfml-game

Last synced: about 2 months ago
JSON representation

2D SFML game (my first game ever made)

Awesome Lists containing this project

README

        

# Battleship
C++/SFML game

# Getting Started
Requirements: Visual Studio 2019 tested only.
Supports only 64 bit SFML version.

`git clone https://github.com/kryvytskyidenys/Battleship`

# Features
- Two players mode
- Single player mode (versus simple AI) - *isn't implemented yet*
- Console menu

# Screenshots
![Game screenshot](images/Screenshot_01.png)