alanv73 / Battleship

Simple Console-Based Battleship Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battleship

A simple console-based BattleShip game

10 x 10 game board

X and Y Coordinates are 0-9

A ship that occupies a single space is randomly placed on the board.

Un-guessed positions on the board are represented by 'O'

Misses are represented by '*'

A hit is represented by 'X'

Players guess the location of the ship by entering X and Y coordinates in turns. Gameplay continues until the correct location is guessed.

About

Simple Console-Based Battleship Game


Languages

Language:C# 100.0%