Skip to content

dschwarz9319/Battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Battleship

Overview

This is a version of the popular board game battleship, programmed entirely in C++. The game features two modes, "hotseat" mode, where two players take turns on one console, and vs the computer mode, where a human player chooses between three difficulties for the computer to play as.

Gameplay

The game makes use of window's console colors, as water, hits and misses are visually illustrated and displayed to the screen. Players take turns guessing coordinates from a 10x10 grid in an attempt to find and sink the other players battleship. The player with no battleships remaining loses.

VS. the Computer

The computer comes with three standard difficulties, easy, medium, and hard, with more advanced AI becoming a factor the higher in difficulty you go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages