Overview of the gameplay - Kenorah/Battleships GitHub Wiki

Description

Battleships is a simple and strategic turn-based game which consists of 2 players. The goal of the game is to destroy your opponent's fleet(six ships) without sinking your own fleet.

Target Platform

The target platform of our Battleships game is PC. We are going to use the SwinGame SDK to create the game, so it would not be possible to make the game in other platforms (e.g. PS4, Nintendo Switch). This means the game will be able to generate both audio and visual effects in a console application.

Visual Style

The game would use a 8-bit visual style.

Audio Style

The game would be able to generate various following audio effects, such as:

  • A stock explosion sound effect whenever a player manages to hit the opponent's ship.
  • A victory music track when one player defeats their opponent (similar to Final Fantasy's Victory Fanfare)

Written by: Matthew Siliwan (101504749)